#010321

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

Shades of Black Russian #010321

Tints of Black Russian #010321

Color information

#010321 (or 0x010321) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 21. RGB value is (1,3,33). Sum of RGB (Red+Green+Blue) = 1+3+33=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 33 (13.28% from 255 or 89.19% from 37); Max value from RGB is 33 - color contains mainly: blue. Hex color #010321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010321 is #FEFCDE. Grayscale: #050505. Windows color (decimal): -16710879 or 2163457. OLE color: 2163457.

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

Color convert

RGB1333-
CMYK0.970.9100.87
HSL236.25º94.12%6.67%-
HSV(B)236.25º96.97%12.94%-
XYZ0.320.181.46-
YUV5.82143.34124.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 33 (13.28% from 255) = 89.19%
R=2.70%
G=8.11%
B=89.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13330.970.9100.87236.2594.126.67
Hex1321615B057ec5e7
Octal134114113301273541367
Binary1111000011100001101101101010111111011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010321; }

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

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

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

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

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

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

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

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