Html Css Color HEX #010620 Black Russian

📋 copy color: '#010620'

red 1 ◦ green 6 ◦ blue 32

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

Shades of Black Russian #010620

Tints of Black Russian #010620

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010620 (or 0x010620) is known color: Black Russian. HEX triplet: 01, 06 and 20. RGB value is (1,6,32). Sum of RGB (Red+Green+Blue) = 1+6+32=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 6 (2.73% from 255 or 15.38% 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 #010620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010620 is #FEF9DF. Grayscale: #070707. Windows color (decimal): -16710112 or 2098689. OLE color: 2098689.

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

Color convert

RGB 1 6 32 -
CMYK 0.97 0.81 0 0.87
HSL 230.32º 0.94% 0.06% -
HSV(B) 230.32º 0.97% 0.13% -
XYZ 0.34 0.24 1.4 -
YUV 7.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 1 6 32 0.97 0.81 0 0.87 230.32 0.94 0.06
Hex 1 6 20 61 51 0 57 E6 5E 6
Octal 1 6 40 141 121 0 127 346 136 6
Binary 1 110 100000 1100001 1010001 0 1010111 11100110 1011110 110

Color Harmonies of #010620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010620

Black with #010620

Text Example


Text Example

White with #010620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010620; }

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

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

background-color css

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

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

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

border-color css

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

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

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