#000921

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

Shades of Black Russian #000921

Tints of Black Russian #000921

Color information

#000921 (or 0x000921) is unknown color: approx Black Russian. HEX triplet: 00, 09 and 21. RGB value is (0,9,33). Sum of RGB (Red+Green+Blue) = 0+9+33=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 9 (3.91% from 255 or 21.43% 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 #000921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000921 is #FFF6DE. Grayscale: #080808. Windows color (decimal): -16774879 or 2164992. OLE color: 2164992.

HSL color Cylindrical-coordinate representation of color #000921: hue angle of 223.64º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000921 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB0933-
CMYK10.7300.87
HSL223.64º100%6.47%-
HSV(B)223.64º100%12.94%-
XYZ0.370.311.48-
YUV9.04141.52121.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 33 (13.28% from 255) = 78.57%
R=0%
G=21.43%
B=78.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal093310.7300.87223.641006.47
Hex09216449057e0646
Octal0114114411101273401446
Binary010011000011100100100100101010111111000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000921; }

 p { color: rgb(0,9,33); }

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

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

 a { background-color: rgb(0,9,33); }

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

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

 span { border-color: rgb(0,9,33); }

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