Html Css Color HEX #060A20 Black Russian

📋 copy color: '#060A20'

red 6 ◦ green 10 ◦ blue 32

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

Shades of Black Russian #060A20

Tints of Black Russian #060A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.83%

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

R = 12.5%
G = 20.83%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#060A20 (or 0x060A20) is known color: Black Russian. HEX triplet: 06, 0A and 20. RGB value is (6,10,32). Sum of RGB (Red+Green+Blue) = 6+10+32=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #060A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A20 is #F9F5DF. Grayscale: #0B0B0B. Windows color (decimal): -16381408 or 2099718. OLE color: 2099718.

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

Color convert

RGB 6 10 32 -
CMYK 0.81 0.69 0 0.87
HSL 230.77º 0.68% 0.07% -
HSV(B) 230.77º 0.81% 0.13% -
XYZ 0.44 0.36 1.41 -
YUV 11.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 6 10 32 0.81 0.69 0 0.87 230.77 0.68 0.07
Hex 6 A 20 51 45 0 57 E7 44 7
Octal 6 12 40 121 105 0 127 347 104 7
Binary 110 1010 100000 1010001 1000101 0 1010111 11100111 1000100 111

Color Harmonies of #060A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A20

Black with #060A20

Text Example


Text Example

White with #060A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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