#0B0F1C

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

Shades of Black Russian #0B0F1C

Tints of Black Russian #0B0F1C

Color information

#0B0F1C (or 0x0B0F1C) is unknown color: approx Black Russian. HEX triplet: 0B, 0F and 1C. RGB value is (11,15,28). Sum of RGB (Red+Green+Blue) = 11+15+28=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B0F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F1C is #F4F0E3. Grayscale: #0F0F0F. Windows color (decimal): -16052452 or 1838859. OLE color: 1838859.

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

Color convert

RGB111528-
CMYK0.610.4600.89
HSL225.88º43.59%7.65%-
HSV(B)225.88º60.71%10.98%-
XYZ0.520.51.17-
YUV15.29135.17124.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 15 (6.25% from 255) = 27.78%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=20.37%
G=27.78%
B=51.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1115280.610.4600.89225.8843.597.65
HexBF1C3D2E059e22c8
Octal131734755601313425410
Binary101111111110011110110111001011001111000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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