#0E0F1B

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

Shades of Black Russian #0E0F1B

Tints of Black Russian #0E0F1B

Color information

#0E0F1B (or 0x0E0F1B) is unknown color: approx Black Russian. HEX triplet: 0E, 0F and 1B. RGB value is (14,15,27). Sum of RGB (Red+Green+Blue) = 14+15+27=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E0F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0F1B is #F1F0E4. Grayscale: #101010. Windows color (decimal): -15855845 or 1773326. OLE color: 1773326.

HSL color Cylindrical-coordinate representation of color #0E0F1B: hue angle of 235.38º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E0F1B is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB141527-
CMYK0.480.4400.89
HSL235.38º31.71%8.04%-
HSV(B)235.38º48.15%10.59%-
XYZ0.550.511.11-
YUV16.07134.17126.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=25%
G=26.79%
B=48.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1415270.480.4400.89235.3831.718.04
HexEF1B302C059eb208
Octal161733605401313534010
Binary111011111101111000010110001011001111010111000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,15,27); }

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

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

 a { background-color: rgb(14,15,27); }

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

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

 span { border-color: rgb(14,15,27); }

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