Html Css Color HEX #06040C Black Russian

📋 copy color: '#06040C'

red 6 ◦ green 4 ◦ blue 12

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

Shades of Black Russian #06040C

Tints of Black Russian #06040C

RGB

 RED value IS 6 (2.73% from 255) = 27.27%

 GREEN value IS 4 (1.95% from 255) = 18.18%

 BLUE value IS 12 (5.08% from 255) = 54.55%

R = 27.27%
G = 18.18%
B = 54.55%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#06040C (or 0x06040C) is known color: Black Russian. HEX triplet: 06, 04 and 0C. RGB value is (6,4,12). Sum of RGB (Red+Green+Blue) = 6+4+12=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #06040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06040C is #F9FBF3. Grayscale: #050505. Windows color (decimal): -16382964 or 787462. OLE color: 787462.

HSL color Cylindrical-coordinate representation of color #06040C: hue angle of 255º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #06040C is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 4 12 -
CMYK 0.50 0.67 0 0.95
HSL 255º 0.5% 0.03% -
HSV(B) 255º 0.67% 0.05% -
XYZ 0.18 0.15 0.37 -
YUV 5.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 6 4 12 0.50 0.67 0 0.95 255 0.5 0.03
Hex 6 4 C 32 43 0 5F FF 32 3
Octal 6 4 14 62 103 0 137 377 62 3
Binary 110 100 1100 110010 1000011 0 1011111 11111111 110010 11

Color Harmonies of #06040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06040C

Black with #06040C

Text Example


Text Example

White with #06040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06040C; }

 p { color: rgb(6,4,12); }

 H1.HeaderClassName
 {
   color: #06040C;
 }
 .AnyTagClassName
 {
   color: #06040C;
 }
</style>

background-color css

<style>
 a { background-color: #06040C; }

 a { background-color: rgb(6,4,12); }

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

border-color css

<style>
 span { border-color: #06040C; }

 span { border-color: rgb(6,4,12); }

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