Html Css Color HEX #060220 Black Russian

📋 copy color: '#060220'

red 6 ◦ green 2 ◦ blue 32

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

Shades of Black Russian #060220

Tints of Black Russian #060220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 80%

R = 15%
G = 5%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#060220 (or 0x060220) is known color: Black Russian. HEX triplet: 06, 02 and 20. RGB value is (6,2,32). Sum of RGB (Red+Green+Blue) = 6+2+32=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #060220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060220 is #F9FDDF. Grayscale: #060606. Windows color (decimal): -16383456 or 2097670. OLE color: 2097670.

HSL color Cylindrical-coordinate representation of color #060220: hue angle of 248º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060220 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 2 32 -
CMYK 0.81 0.94 0 0.87
HSL 248º 0.88% 0.07% -
HSV(B) 248º 0.94% 0.13% -
XYZ 0.36 0.19 1.38 -
YUV 6.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 6 2 32 0.81 0.94 0 0.87 248 0.88 0.07
Hex 6 2 20 51 5E 0 57 F8 58 7
Octal 6 2 40 121 136 0 127 370 130 7
Binary 110 10 100000 1010001 1011110 0 1010111 11111000 1011000 111

Color Harmonies of #060220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060220

Black with #060220

Text Example


Text Example

White with #060220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060220; }

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

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

background-color css

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

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

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

border-color css

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

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

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