#0B0E28

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

Shades of Black Russian #0B0E28

Tints of Black Russian #0B0E28

Color information

#0B0E28 (or 0x0B0E28) is unknown color: approx Black Russian. HEX triplet: 0B, 0E and 28. RGB value is (11,14,40). Sum of RGB (Red+Green+Blue) = 11+14+40=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0E28 is #F4F1D7. Grayscale: #0F0F0F. Windows color (decimal): -16052696 or 2625035. OLE color: 2625035.

HSL color Cylindrical-coordinate representation of color #0B0E28: hue angle of 233.79º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B0E28 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB111440-
CMYK0.720.6500.84
HSL233.79º56.86%10%-
HSV(B)233.79º72.5%15.69%-
XYZ0.680.542.08-
YUV16.07141.51124.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.92%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=16.92%
G=21.54%
B=61.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1114400.720.6500.84233.7956.8610
HexBE284841054ea39a
Octal13165011010101243527112
Binary101111101010001001000100000101010100111010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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