#010422

Color #010422 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #010422

Tints of Black Russian #010422

Color information

#010422 (or 0x010422) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 22. RGB value is (1,4,34). Sum of RGB (Red+Green+Blue) = 1+4+34=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 34 (13.67% from 255 or 87.18% from 39); Max value from RGB is 34 - color contains mainly: blue. Hex color #010422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010422 is #FEFBDD. Grayscale: #060606. Windows color (decimal): -16710622 or 2229249. OLE color: 2229249.

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

Color convert

RGB1434-
CMYK0.970.8800.87
HSL234.55º94.29%6.86%-
HSV(B)234.55º97.06%13.33%-
XYZ0.340.211.54-
YUV6.52143.51124.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 34 (13.67% from 255) = 87.18%
R=2.56%
G=10.26%
B=87.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal14340.970.8800.87234.5594.296.86
Hex14226158057eb5e7
Octal144214113001273531367
Binary11001000101100001101100001010111111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010422; }

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

 H1.HeaderClassName
 {
   color: #010422;
 }
 .AnyTagClassName
 {
   color: #010422;
 }
</style>
background-color css

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

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

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

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

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

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