Html Css Color HEX #0E1320 Black Russian

📋 copy color: '#0E1320'

red 14 ◦ green 19 ◦ blue 32

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

Shades of Black Russian #0E1320

Tints of Black Russian #0E1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.23%

 BLUE value IS 32 (12.89% from 255) = 49.23%

R = 21.54%
G = 29.23%
B = 49.23%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E1320 (or 0x0E1320) is known color: Black Russian. HEX triplet: 0E, 13 and 20. RGB value is (14,19,32). Sum of RGB (Red+Green+Blue) = 14+19+32=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E1320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1320 is #F1ECDF. Grayscale: #121212. Windows color (decimal): -15854816 or 2102030. OLE color: 2102030.

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

Color convert

RGB 14 19 32 -
CMYK 0.56 0.41 0 0.87
HSL 223.33º 0.39% 0.09% -
HSV(B) 223.33º 0.56% 0.13% -
XYZ 0.67 0.66 1.46 -
YUV 18.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 14 19 32 0.56 0.41 0 0.87 223.33 0.39 0.09
Hex E 13 20 38 29 0 57 DF 27 9
Octal 16 23 40 70 51 0 127 337 47 11
Binary 1110 10011 100000 111000 101001 0 1010111 11011111 100111 1001

Color Harmonies of #0E1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1320

Black with #0E1320

Text Example


Text Example

White with #0E1320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,32); }

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

background-color css

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

 a { background-color: rgb(14,19,32); }

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

border-color css

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

 span { border-color: rgb(14,19,32); }

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