Html Css Color HEX #010820 Black Russian

📋 copy color: '#010820'

red 1 ◦ green 8 ◦ blue 32

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

Shades of Black Russian #010820

Tints of Black Russian #010820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.51%

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

R = 2.44%
G = 19.51%
B = 78.05%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010820 (or 0x010820) is known color: Black Russian. HEX triplet: 01, 08 and 20. RGB value is (1,8,32). Sum of RGB (Red+Green+Blue) = 1+8+32=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #010820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010820 is #FEF7DF. Grayscale: #080808. Windows color (decimal): -16709600 or 2099201. OLE color: 2099201.

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

Color convert

RGB 1 8 32 -
CMYK 0.97 0.75 0 0.87
HSL 226.45º 0.94% 0.06% -
HSV(B) 226.45º 0.97% 0.13% -
XYZ 0.36 0.28 1.4 -
YUV 8.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 1 8 32 0.97 0.75 0 0.87 226.45 0.94 0.06
Hex 1 8 20 61 4B 0 57 E2 5E 6
Octal 1 10 40 141 113 0 127 342 136 6
Binary 1 1000 100000 1100001 1001011 0 1010111 11100010 1011110 110

Color Harmonies of #010820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010820

Black with #010820

Text Example


Text Example

White with #010820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010820; }

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

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

background-color css

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

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

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

border-color css

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

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

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