#0B0F2C

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

Shades of Black Russian #0B0F2C

Tints of Black Russian #0B0F2C

Color information

#0B0F2C (or 0x0B0F2C) is unknown color: approx Black Russian. HEX triplet: 0B, 0F and 2C. RGB value is (11,15,44). Sum of RGB (Red+Green+Blue) = 11+15+44=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B0F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F2C is #F4F0D3. Grayscale: #101010. Windows color (decimal): -16052436 or 2887435. OLE color: 2887435.

HSL color Cylindrical-coordinate representation of color #0B0F2C: hue angle of 232.73º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B0F2C is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB111544-
CMYK0.750.6600.83
HSL232.73º60%10.78%-
HSV(B)232.73º75%17.25%-
XYZ0.760.592.46-
YUV17.11143.17123.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.71%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 44 (17.58% from 255) = 62.86%
R=15.71%
G=21.43%
B=62.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1115440.750.6600.83232.736010.78
HexBF2C4B42053e93cb
Octal13175411310201233517413
Binary101111111011001001011100001001010011111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,44); }

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

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

 a { background-color: rgb(11,15,44); }

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

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

 span { border-color: rgb(11,15,44); }

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