Html Css Color HEX #060212 Black Russian

📋 copy color: '#060212'

red 6 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #060212

Tints of Black Russian #060212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.69%

 BLUE value IS 18 (7.42% from 255) = 69.23%

R = 23.08%
G = 7.69%
B = 69.23%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#060212 (or 0x060212) is known color: Black Russian. HEX triplet: 06, 02 and 12. RGB value is (6,2,18). Sum of RGB (Red+Green+Blue) = 6+2+18=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #060212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060212 is #F9FDED. Grayscale: #040404. Windows color (decimal): -16383470 or 1180166. OLE color: 1180166.

HSL color Cylindrical-coordinate representation of color #060212: hue angle of 255º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060212 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 2 18 -
CMYK 0.67 0.89 0 0.93
HSL 255º 0.8% 0.04% -
HSV(B) 255º 0.89% 0.07% -
XYZ 0.21 0.13 0.59 -
YUV 5.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 6 2 18 0.67 0.89 0 0.93 255 0.8 0.04
Hex 6 2 12 43 59 0 5D FF 50 4
Octal 6 2 22 103 131 0 135 377 120 4
Binary 110 10 10010 1000011 1011001 0 1011101 11111111 1010000 100

Color Harmonies of #060212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060212

Black with #060212

Text Example


Text Example

White with #060212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060212; }

 p { color: rgb(6,2,18); }

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

background-color css

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

 a { background-color: rgb(6,2,18); }

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

border-color css

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

 span { border-color: rgb(6,2,18); }

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