Html Css Color HEX #010521 Black Russian

📋 copy color: '#010521'

red 1 ◦ green 5 ◦ blue 33

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

Shades of Black Russian #010521

Tints of Black Russian #010521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 84.62%

R = 2.56%
G = 12.82%
B = 84.62%

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

#010521 (or 0x010521) is known color: Black Russian. HEX triplet: 01, 05 and 21. RGB value is (1,5,33). Sum of RGB (Red+Green+Blue) = 1+5+33=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 33 (13.28% from 255 or 84.62% from 39); Max value from RGB is 33 - color contains mainly: blue. Hex color #010521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010521 is #FEFADE. Grayscale: #060606. Windows color (decimal): -16710367 or 2163969. OLE color: 2163969.

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

Color convert

RGB 1 5 33 -
CMYK 0.97 0.85 0 0.87
HSL 232.5º 0.94% 0.07% -
HSV(B) 232.5º 0.97% 0.13% -
XYZ 0.34 0.22 1.46 -
YUV 7 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 1 5 33 0.97 0.85 0 0.87 232.5 0.94 0.07
Hex 1 5 21 61 55 0 57 E8 5E 7
Octal 1 5 41 141 125 0 127 350 136 7
Binary 1 101 100001 1100001 1010101 0 1010111 11101000 1011110 111

Color Harmonies of #010521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010521

Black with #010521

Text Example


Text Example

White with #010521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010521; }

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

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

background-color css

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

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

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

border-color css

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

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

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