#0E0B27

Color #0E0B27 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0E0B27

Tints of Black Russian #0E0B27

Color information

#0E0B27 (or 0x0E0B27) is unknown color: approx Black Russian. HEX triplet: 0E, 0B and 27. RGB value is (14,11,39). Sum of RGB (Red+Green+Blue) = 14+11+39=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E0B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0B27 is #F1F4D8. Grayscale: #0E0E0E. Windows color (decimal): -15856857 or 2558734. OLE color: 2558734.

HSL color Cylindrical-coordinate representation of color #0E0B27: hue angle of 246.43º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E0B27 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB141139-
CMYK0.640.7200.85
HSL246.43º56%9.8%-
HSV(B)246.43º71.79%15.29%-
XYZ0.670.481.98-
YUV15.09141.49127.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.88%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=21.88%
G=17.19%
B=60.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1411390.640.7200.85246.43569.8
HexEB274048055f638a
Octal16134710011001253667012
Binary111010111001111000000100100001010101111101101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,11,39); }

 H1.HeaderClassName
 {
   color: #0E0B27;
 }
 .AnyTagClassName
 {
   color: #0E0B27;
 }
</style>
background-color css

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

 a { background-color: rgb(14,11,39); }

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

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

 span { border-color: rgb(14,11,39); }

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