Html Css Color HEX #010522 Black Russian

📋 copy color: '#010522'

red 1 ◦ green 5 ◦ blue 34

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

Shades of Black Russian #010522

Tints of Black Russian #010522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.5%

 BLUE value IS 34 (13.67% from 255) = 85%

R = 2.5%
G = 12.5%
B = 85%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#010522 (or 0x010522) is known color: Black Russian. HEX triplet: 01, 05 and 22. RGB value is (1,5,34). Sum of RGB (Red+Green+Blue) = 1+5+34=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 34 (13.67% from 255 or 85% from 40); Max value from RGB is 34 - color contains mainly: blue. Hex color #010522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010522 is #FEFADD. Grayscale: #060606. Windows color (decimal): -16710366 or 2229505. OLE color: 2229505.

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

Color convert

RGB 1 5 34 -
CMYK 0.97 0.85 0 0.87
HSL 232.73º 0.94% 0.07% -
HSV(B) 232.73º 0.97% 0.13% -
XYZ 0.36 0.23 1.54 -
YUV 7.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 1 5 34 0.97 0.85 0 0.87 232.73 0.94 0.07
Hex 1 5 22 61 55 0 57 E9 5E 7
Octal 1 5 42 141 125 0 127 351 136 7
Binary 1 101 100010 1100001 1010101 0 1010111 11101001 1011110 111

Color Harmonies of #010522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010522

Black with #010522

Text Example


Text Example

White with #010522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010522; }

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

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

background-color css

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

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

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

border-color css

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

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

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