Html Css Color HEX #0E1521 Black Russian

📋 copy color: '#0E1521'

red 14 ◦ green 21 ◦ blue 33

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

Shades of Black Russian #0E1521

Tints of Black Russian #0E1521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.88%

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

R = 20.59%
G = 30.88%
B = 48.53%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E1521 (or 0x0E1521) is known color: Black Russian. HEX triplet: 0E, 15 and 21. RGB value is (14,21,33). Sum of RGB (Red+Green+Blue) = 14+21+33=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1521 is #F1EADE. Grayscale: #141414. Windows color (decimal): -15854303 or 2168078. OLE color: 2168078.

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

Color convert

RGB 14 21 33 -
CMYK 0.58 0.36 0 0.87
HSL 217.89º 0.4% 0.09% -
HSV(B) 217.89º 0.58% 0.13% -
XYZ 0.72 0.74 1.54 -
YUV 20.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 14 21 33 0.58 0.36 0 0.87 217.89 0.4 0.09
Hex E 15 21 3A 24 0 57 DA 28 9
Octal 16 25 41 72 44 0 127 332 50 11
Binary 1110 10101 100001 111010 100100 0 1010111 11011010 101000 1001

Color Harmonies of #0E1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1521

Black with #0E1521

Text Example


Text Example

White with #0E1521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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