Html Css Color HEX #060020 Black Russian

📋 copy color: '#060020'

red 6 ◦ green 0 ◦ blue 32

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

Shades of Black Russian #060020

Tints of Black Russian #060020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.79%
G = 0%
B = 84.21%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#060020 (or 0x060020) is known color: Black Russian. HEX triplet: 06, 00 and 20. RGB value is (6,0,32). Sum of RGB (Red+Green+Blue) = 6+0+32=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #060020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060020 is #F9FFDF. Grayscale: #050505. Windows color (decimal): -16383968 or 2097158. OLE color: 2097158.

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

Color convert

RGB 6 0 32 -
CMYK 0.81 1 0 0.87
HSL 251.25º 1% 0.06% -
HSV(B) 251.25º 1% 0.13% -
XYZ 0.34 0.14 1.38 -
YUV 5.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 6 0 32 0.81 1 0 0.87 251.25 1 0.06
Hex 6 0 20 51 64 0 57 FB 64 6
Octal 6 0 40 121 144 0 127 373 144 6
Binary 110 0 100000 1010001 1100100 0 1010111 11111011 1100100 110

Color Harmonies of #060020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060020

Black with #060020

Text Example


Text Example

White with #060020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060020; }

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

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

background-color css

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

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

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

border-color css

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

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

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