Html Css Color HEX #38084E Blackcurrant

📋 copy color: '#38084E'

red 56 ◦ green 8 ◦ blue 78

#38084E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #38084E

Tints of Blackcurrant #38084E

RGB

 RED value IS 56 (22.27% from 255) = 39.44%

 GREEN value IS 8 (3.52% from 255) = 5.63%

 BLUE value IS 78 (30.86% from 255) = 54.93%

R = 39.44%
G = 5.63%
B = 54.93%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38084E (or 0x38084E) is known color: Blackcurrant. HEX triplet: 38, 08 and 4E. RGB value is (56,8,78). Sum of RGB (Red+Green+Blue) = 56+8+78=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #38084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38084E is #C7F7B1. Grayscale: #1E1E1E. Windows color (decimal): -13105074 or 5113912. OLE color: 5113912.

HSL color Cylindrical-coordinate representation of color #38084E: hue angle of 281.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38084E is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 8 78 -
CMYK 0.28 0.90 0 0.69
HSL 281.14º 0.81% 0.17% -
HSV(B) 281.14º 0.9% 0.31% -
XYZ 3.09 1.56 7.35 -
YUV 30.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 56 8 78 0.28 0.90 0 0.69 281.14 0.81 0.17
Hex 38 8 4E 1C 5A 0 45 119 51 11
Octal 70 10 116 34 132 0 105 431 121 21
Binary 111000 1000 1001110 11100 1011010 0 1000101 100011001 1010001 10001

Color Harmonies of #38084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38084E

Black with #38084E

Text Example


Text Example

White with #38084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38084E; }

 p { color: rgb(56,8,78); }

 H1.HeaderClassName
 {
   color: #38084E;
 }
 .AnyTagClassName
 {
   color: #38084E;
 }
</style>

background-color css

<style>
 a { background-color: #38084E; }

 a { background-color: rgb(56,8,78); }

 div.DivClassName
 {
   background-color: #38084E;
 }
 .BgClassName
 {
   background-color: #38084E;
 }
</style>

border-color css

<style>
 span { border-color: #38084E; }

 span { border-color: rgb(56,8,78); }

 td.TdClassName
 {
   border-color: #38084E;
 }
 .TagClassName
 {
   border-color: #38084E;
 }
</style>