Html Css Color HEX #000921 Black Russian

📋 copy color: '#000921'

red 0 ◦ green 9 ◦ blue 33

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

Shades of Black Russian #000921

Tints of Black Russian #000921

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 value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000921 (or 0x000921) is known color: 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

RGB 0 9 33 -
CMYK 1 0.73 0 0.87
HSL 223.64º 1% 0.06% -
HSV(B) 223.64º 1% 0.13% -
XYZ 0.37 0.31 1.48 -
YUV 9.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 0 9 33 1 0.73 0 0.87 223.64 1 0.06
Hex 0 9 21 64 49 0 57 E0 64 6
Octal 0 11 41 144 111 0 127 340 144 6
Binary 0 1001 100001 1100100 1001001 0 1010111 11100000 1100100 110

Color Harmonies of #000921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000921

Black with #000921

Text Example


Text Example

White with #000921

Text Example


Text Example

HTML Codes & Css Web 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>