Html Css Color HEX #0E0921 Black Russian

📋 copy color: '#0E0921'

red 14 ◦ green 9 ◦ blue 33

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

Shades of Black Russian #0E0921

Tints of Black Russian #0E0921

RGB

 RED value IS 14 (5.86% from 255) = 25%

 GREEN value IS 9 (3.91% from 255) = 16.07%

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

R = 25%
G = 16.07%
B = 58.93%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E0921 (or 0x0E0921) is known color: Black Russian. HEX triplet: 0E, 09 and 21. RGB value is (14,9,33). Sum of RGB (Red+Green+Blue) = 14+9+33=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0921 is #F1F6DE. Grayscale: #0D0D0D. Windows color (decimal): -15857375 or 2165006. OLE color: 2165006.

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

Color convert

RGB 14 9 33 -
CMYK 0.58 0.73 0 0.87
HSL 252.5º 0.57% 0.08% -
HSV(B) 252.5º 0.73% 0.13% -
XYZ 0.55 0.4 1.49 -
YUV 13.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 14 9 33 0.58 0.73 0 0.87 252.5 0.57 0.08
Hex E 9 21 3A 49 0 57 FD 39 8
Octal 16 11 41 72 111 0 127 375 71 10
Binary 1110 1001 100001 111010 1001001 0 1010111 11111101 111001 1000

Color Harmonies of #0E0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0921

Black with #0E0921

Text Example


Text Example

White with #0E0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E0921; }

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

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

background-color css

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

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

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

border-color css

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

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

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