Html Css Color HEX #04060C Black Russian

📋 copy color: '#04060C'

red 4 ◦ green 6 ◦ blue 12

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

Shades of Black Russian #04060C

Tints of Black Russian #04060C

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04060C (or 0x04060C) is known color: Black Russian. HEX triplet: 04, 06 and 0C. RGB value is (4,6,12). Sum of RGB (Red+Green+Blue) = 4+6+12=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 6 (2.73% from 255 or 27.27% 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 #04060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04060C is #FBF9F3. Grayscale: #060606. Windows color (decimal): -16513524 or 787972. OLE color: 787972.

HSL color Cylindrical-coordinate representation of color #04060C: hue angle of 225º 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 #04060C is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 6 12 -
CMYK 0.67 0.50 0 0.95
HSL 225º 0.5% 0.03% -
HSV(B) 225º 0.67% 0.05% -
XYZ 0.18 0.18 0.37 -
YUV 6.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 4 6 12 0.67 0.50 0 0.95 225 0.5 0.03
Hex 4 6 C 43 32 0 5F E1 32 3
Octal 4 6 14 103 62 0 137 341 62 3
Binary 100 110 1100 1000011 110010 0 1011111 11100001 110010 11

Color Harmonies of #04060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04060C

Black with #04060C

Text Example


Text Example

White with #04060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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