Html Css Color HEX #010422 Black Russian

📋 copy color: '#010422'

red 1 ◦ green 4 ◦ blue 34

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

Shades of Black Russian #010422

Tints of Black Russian #010422

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 value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010422 (or 0x010422) is known color: 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

RGB 1 4 34 -
CMYK 0.97 0.88 0 0.87
HSL 234.55º 0.94% 0.07% -
HSV(B) 234.55º 0.97% 0.13% -
XYZ 0.34 0.21 1.54 -
YUV 6.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 1 4 34 0.97 0.88 0 0.87 234.55 0.94 0.07
Hex 1 4 22 61 58 0 57 EB 5E 7
Octal 1 4 42 141 130 0 127 353 136 7
Binary 1 100 100010 1100001 1011000 0 1010111 11101011 1011110 111

Color Harmonies of #010422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010422

Black with #010422

Text Example


Text Example

White with #010422

Text Example


Text Example

HTML Codes & Css Web 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>