#010821

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

Shades of Black Russian #010821

Tints of Black Russian #010821

Color information

#010821 (or 0x010821) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 21. RGB value is (1,8,33). Sum of RGB (Red+Green+Blue) = 1+8+33=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 33 (13.28% from 255 or 78.57% from 42); Max value from RGB is 33 - color contains mainly: blue. Hex color #010821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010821 is #FEF7DE. Grayscale: #080808. Windows color (decimal): -16709599 or 2164737. OLE color: 2164737.

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

Color convert

RGB1833-
CMYK0.970.7600.87
HSL226.88º94.12%6.67%-
HSV(B)226.88º96.97%12.94%-
XYZ0.370.291.48-
YUV8.76141.68122.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 33 (13.28% from 255) = 78.57%
R=2.38%
G=19.05%
B=78.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal18330.970.7600.87226.8894.126.67
Hex1821614C057e35e7
Octal1104114111401273431367
Binary110001000011100001100110001010111111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010821; }

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

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

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

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

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

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

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

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