Html Css Color HEX #0E0937 Black Russian

📋 copy color: '#0E0937'

red 14 ◦ green 9 ◦ blue 55

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

Shades of Black Russian #0E0937

Tints of Black Russian #0E0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.54%

 BLUE value IS 55 (21.88% from 255) = 70.51%

R = 17.95%
G = 11.54%
B = 70.51%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E0937 (or 0x0E0937) is known color: Black Russian. HEX triplet: 0E, 09 and 37. RGB value is (14,9,55). Sum of RGB (Red+Green+Blue) = 14+9+55=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0937 is #F1F6C8. Grayscale: #0F0F0F. Windows color (decimal): -15857353 or 3606798. OLE color: 3606798.

HSL color Cylindrical-coordinate representation of color #0E0937: hue angle of 246.52º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E0937 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 9 55 -
CMYK 0.75 0.84 0 0.78
HSL 246.52º 0.72% 0.13% -
HSV(B) 246.52º 0.84% 0.22% -
XYZ 0.97 0.56 3.67 -
YUV 15.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 14 9 55 0.75 0.84 0 0.78 246.52 0.72 0.13
Hex E 9 37 4B 54 0 4E F7 48 D
Octal 16 11 67 113 124 0 116 367 110 15
Binary 1110 1001 110111 1001011 1010100 0 1001110 11110111 1001000 1101

Color Harmonies of #0E0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0937

Black with #0E0937

Text Example


Text Example

White with #0E0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,55); }

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

background-color css

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

 a { background-color: rgb(14,9,55); }

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

border-color css

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

 span { border-color: rgb(14,9,55); }

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