Html Css Color HEX #060214 Black Russian

📋 copy color: '#060214'

red 6 ◦ green 2 ◦ blue 20

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

Shades of Black Russian #060214

Tints of Black Russian #060214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 71.43%

R = 21.43%
G = 7.14%
B = 71.43%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#060214 (or 0x060214) is known color: Black Russian. HEX triplet: 06, 02 and 14. RGB value is (6,2,20). Sum of RGB (Red+Green+Blue) = 6+2+20=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 20 (8.20% from 255 or 71.43% from 28); Max value from RGB is 20 - color contains mainly: blue. Hex color #060214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060214 is #F9FDEB. Grayscale: #050505. Windows color (decimal): -16383468 or 1311238. OLE color: 1311238.

HSL color Cylindrical-coordinate representation of color #060214: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060214 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 2 20 -
CMYK 0.70 0.90 0 0.92
HSL 253.33º 0.82% 0.04% -
HSV(B) 253.33º 0.9% 0.08% -
XYZ 0.22 0.13 0.68 -
YUV 5.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 6 2 20 0.70 0.90 0 0.92 253.33 0.82 0.04
Hex 6 2 14 46 5A 0 5C FD 52 4
Octal 6 2 24 106 132 0 134 375 122 4
Binary 110 10 10100 1000110 1011010 0 1011100 11111101 1010010 100

Color Harmonies of #060214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060214

Black with #060214

Text Example


Text Example

White with #060214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060214; }

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

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

background-color css

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

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

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

border-color css

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

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

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