Html Css Color HEX #060C18 Black Russian

📋 copy color: '#060C18'

red 6 ◦ green 12 ◦ blue 24

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

Shades of Black Russian #060C18

Tints of Black Russian #060C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 28.57%

 BLUE value IS 24 (9.77% from 255) = 57.14%

R = 14.29%
G = 28.57%
B = 57.14%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#060C18 (or 0x060C18) is known color: Black Russian. HEX triplet: 06, 0C and 18. RGB value is (6,12,24). Sum of RGB (Red+Green+Blue) = 6+12+24=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #060C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C18 is #F9F3E7. Grayscale: #0B0B0B. Windows color (decimal): -16380904 or 1575942. OLE color: 1575942.

HSL color Cylindrical-coordinate representation of color #060C18: hue angle of 220º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #060C18 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 12 24 -
CMYK 0.75 0.50 0 0.91
HSL 220º 0.6% 0.06% -
HSV(B) 220º 0.75% 0.09% -
XYZ 0.37 0.37 0.92 -
YUV 11.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 6 12 24 0.75 0.50 0 0.91 220 0.6 0.06
Hex 6 C 18 4B 32 0 5B DC 3C 6
Octal 6 14 30 113 62 0 133 334 74 6
Binary 110 1100 11000 1001011 110010 0 1011011 11011100 111100 110

Color Harmonies of #060C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C18

Black with #060C18

Text Example


Text Example

White with #060C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060C18; }

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

 H1.HeaderClassName
 {
   color: #060C18;
 }
 .AnyTagClassName
 {
   color: #060C18;
 }
</style>

background-color css

<style>
 a { background-color: #060C18; }

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

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

border-color css

<style>
 span { border-color: #060C18; }

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

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