Html Css Color HEX #010120 Black Russian

📋 copy color: '#010120'

red 1 ◦ green 1 ◦ blue 32

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

Shades of Black Russian #010120

Tints of Black Russian #010120

RGB

 RED value IS 1 (0.78% from 255) = 2.94%

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

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

R = 2.94%
G = 2.94%
B = 94.12%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010120 (or 0x010120) is known color: Black Russian. HEX triplet: 01, 01 and 20. RGB value is (1,1,32). Sum of RGB (Red+Green+Blue) = 1+1+32=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 32 (12.89% from 255 or 94.12% from 34); Max value from RGB is 32 - color contains mainly: blue. Hex color #010120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010120 is #FEFEDF. Grayscale: #040404. Windows color (decimal): -16711392 or 2097409. OLE color: 2097409.

HSL color Cylindrical-coordinate representation of color #010120: hue angle of 240º 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 #010120 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 1 32 -
CMYK 0.97 0.97 0 0.87
HSL 240º 0.94% 0.06% -
HSV(B) 240º 0.97% 0.13% -
XYZ 0.28 0.13 1.38 -
YUV 4.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 1 1 32 0.97 0.97 0 0.87 240 0.94 0.06
Hex 1 1 20 61 61 0 57 F0 5E 6
Octal 1 1 40 141 141 0 127 360 136 6
Binary 1 1 100000 1100001 1100001 0 1010111 11110000 1011110 110

Color Harmonies of #010120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010120

Black with #010120

Text Example


Text Example

White with #010120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010120; }

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

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

background-color css

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

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

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

border-color css

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

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

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