Html Css Color HEX #0E131E Black Russian

📋 copy color: '#0E131E'

red 14 ◦ green 19 ◦ blue 30

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

Shades of Black Russian #0E131E

Tints of Black Russian #0E131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 22.22%
G = 30.16%
B = 47.62%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E131E (or 0x0E131E) is known color: Black Russian. HEX triplet: 0E, 13 and 1E. RGB value is (14,19,30). Sum of RGB (Red+Green+Blue) = 14+19+30=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E131E is #F1ECE1. Grayscale: #121212. Windows color (decimal): -15854818 or 1970958. OLE color: 1970958.

HSL color Cylindrical-coordinate representation of color #0E131E: hue angle of 221.25º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E131E is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 19 30 -
CMYK 0.53 0.37 0 0.88
HSL 221.25º 0.36% 0.09% -
HSV(B) 221.25º 0.53% 0.12% -
XYZ 0.65 0.65 1.32 -
YUV 18.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 14 19 30 0.53 0.37 0 0.88 221.25 0.36 0.09
Hex E 13 1E 35 25 0 58 DD 24 9
Octal 16 23 36 65 45 0 130 335 44 11
Binary 1110 10011 11110 110101 100101 0 1011000 11011101 100100 1001

Color Harmonies of #0E131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E131E

Black with #0E131E

Text Example


Text Example

White with #0E131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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