Html Css Color HEX #0E131F Black Russian

📋 copy color: '#0E131F'

red 14 ◦ green 19 ◦ blue 31

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

Shades of Black Russian #0E131F

Tints of Black Russian #0E131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 21.88%
G = 29.69%
B = 48.44%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E131F (or 0x0E131F) is known color: Black Russian. HEX triplet: 0E, 13 and 1F. RGB value is (14,19,31). Sum of RGB (Red+Green+Blue) = 14+19+31=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E131F is #F1ECE0. Grayscale: #121212. Windows color (decimal): -15854817 or 2036494. OLE color: 2036494.

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

Color convert

RGB 14 19 31 -
CMYK 0.55 0.39 0 0.88
HSL 222.35º 0.38% 0.09% -
HSV(B) 222.35º 0.55% 0.12% -
XYZ 0.66 0.66 1.39 -
YUV 18.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 14 19 31 0.55 0.39 0 0.88 222.35 0.38 0.09
Hex E 13 1F 37 27 0 58 DE 26 9
Octal 16 23 37 67 47 0 130 336 46 11
Binary 1110 10011 11111 110111 100111 0 1011000 11011110 100110 1001

Color Harmonies of #0E131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E131F

Black with #0E131F

Text Example


Text Example

White with #0E131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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