#0B0718

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

Shades of Black Russian #0B0718

Tints of Black Russian #0B0718

Color information

#0B0718 (or 0x0B0718) is unknown color: approx Black Russian. HEX triplet: 0B, 07 and 18. RGB value is (11,7,24). Sum of RGB (Red+Green+Blue) = 11+7+24=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0718 is #F4F8E7. Grayscale: #0A0A0A. Windows color (decimal): -16054504 or 1574667. OLE color: 1574667.

HSL color Cylindrical-coordinate representation of color #0B0718: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B0718 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11724-
CMYK0.540.7100.91
HSL254.12º54.84%6.08%-
HSV(B)254.12º70.83%9.41%-
XYZ0.380.290.9-
YUV10.13135.83128.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 7 (3.12% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=26.19%
G=16.67%
B=57.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal117240.540.7100.91254.1254.846.08
HexB718364705Bfe376
Octal13730661070133376676
Binary10111111100011011010001110101101111111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,7,24); }

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

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

 a { background-color: rgb(11,7,24); }

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

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

 span { border-color: rgb(11,7,24); }

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