Html Css Color HEX #0E1528 Black Russian

📋 copy color: '#0E1528'

red 14 ◦ green 21 ◦ blue 40

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

Shades of Black Russian #0E1528

Tints of Black Russian #0E1528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 18.67%
G = 28%
B = 53.33%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0E1528 (or 0x0E1528) is known color: Black Russian. HEX triplet: 0E, 15 and 28. RGB value is (14,21,40). Sum of RGB (Red+Green+Blue) = 14+21+40=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E1528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1528 is #F1EAD7. Grayscale: #141414. Windows color (decimal): -15854296 or 2626830. OLE color: 2626830.

HSL color Cylindrical-coordinate representation of color #0E1528: hue angle of 223.85º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E1528 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 21 40 -
CMYK 0.65 0.48 0 0.84
HSL 223.85º 0.48% 0.11% -
HSV(B) 223.85º 0.65% 0.16% -
XYZ 0.83 0.78 2.11 -
YUV 21.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 14 21 40 0.65 0.48 0 0.84 223.85 0.48 0.11
Hex E 15 28 41 30 0 54 E0 30 B
Octal 16 25 50 101 60 0 124 340 60 13
Binary 1110 10101 101000 1000001 110000 0 1010100 11100000 110000 1011

Color Harmonies of #0E1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1528

Black with #0E1528

Text Example


Text Example

White with #0E1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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