Html Css Color HEX #060120 Black Russian

📋 copy color: '#060120'

red 6 ◦ green 1 ◦ blue 32

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

Shades of Black Russian #060120

Tints of Black Russian #060120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.56%

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

R = 15.38%
G = 2.56%
B = 82.05%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#060120 (or 0x060120) is known color: Black Russian. HEX triplet: 06, 01 and 20. RGB value is (6,1,32). Sum of RGB (Red+Green+Blue) = 6+1+32=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #060120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060120 is #F9FEDF. Grayscale: #050505. Windows color (decimal): -16383712 or 2097414. OLE color: 2097414.

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

Color convert

RGB 6 1 32 -
CMYK 0.81 0.97 0 0.87
HSL 249.68º 0.94% 0.06% -
HSV(B) 249.68º 0.97% 0.13% -
XYZ 0.35 0.16 1.38 -
YUV 6.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 6 1 32 0.81 0.97 0 0.87 249.68 0.94 0.06
Hex 6 1 20 51 61 0 57 FA 5E 6
Octal 6 1 40 121 141 0 127 372 136 6
Binary 110 1 100000 1010001 1100001 0 1010111 11111010 1011110 110

Color Harmonies of #060120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060120

Black with #060120

Text Example


Text Example

White with #060120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060120; }

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

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

background-color css

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

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

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

border-color css

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

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

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