Html Css Color HEX #010420 Black Russian

📋 copy color: '#010420'

red 1 ◦ green 4 ◦ blue 32

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

Shades of Black Russian #010420

Tints of Black Russian #010420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.81%

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

R = 2.7%
G = 10.81%
B = 86.49%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010420 (or 0x010420) is known color: Black Russian. HEX triplet: 01, 04 and 20. RGB value is (1,4,32). Sum of RGB (Red+Green+Blue) = 1+4+32=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 32 (12.89% from 255 or 86.49% from 37); Max value from RGB is 32 - color contains mainly: blue. Hex color #010420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010420 is #FEFBDF. Grayscale: #060606. Windows color (decimal): -16710624 or 2098177. OLE color: 2098177.

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

Color convert

RGB 1 4 32 -
CMYK 0.97 0.87 0 0.87
HSL 234.19º 0.94% 0.06% -
HSV(B) 234.19º 0.97% 0.13% -
XYZ 0.32 0.2 1.39 -
YUV 6.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 1 4 32 0.97 0.87 0 0.87 234.19 0.94 0.06
Hex 1 4 20 61 57 0 57 EA 5E 6
Octal 1 4 40 141 127 0 127 352 136 6
Binary 1 100 100000 1100001 1010111 0 1010111 11101010 1011110 110

Color Harmonies of #010420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010420

Black with #010420

Text Example


Text Example

White with #010420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010420; }

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

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

background-color css

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

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

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

border-color css

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

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

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