Html Css Color HEX #0E1420 Black Russian

📋 copy color: '#0E1420'

red 14 ◦ green 20 ◦ blue 32

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

Shades of Black Russian #0E1420

Tints of Black Russian #0E1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.3%

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

R = 21.21%
G = 30.3%
B = 48.48%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E1420 (or 0x0E1420) is known color: Black Russian. HEX triplet: 0E, 14 and 20. RGB value is (14,20,32). Sum of RGB (Red+Green+Blue) = 14+20+32=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E1420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1420 is #F1EBDF. Grayscale: #131313. Windows color (decimal): -15854560 or 2102286. OLE color: 2102286.

HSL color Cylindrical-coordinate representation of color #0E1420: hue angle of 220º 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 #0E1420 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 20 32 -
CMYK 0.56 0.37 0 0.87
HSL 220º 0.39% 0.09% -
HSV(B) 220º 0.56% 0.13% -
XYZ 0.69 0.7 1.46 -
YUV 19.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 14 20 32 0.56 0.37 0 0.87 220 0.39 0.09
Hex E 14 20 38 25 0 57 DC 27 9
Octal 16 24 40 70 45 0 127 334 47 11
Binary 1110 10100 100000 111000 100101 0 1010111 11011100 100111 1001

Color Harmonies of #0E1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1420

Black with #0E1420

Text Example


Text Example

White with #0E1420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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