#0B0827

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

Shades of Black Russian #0B0827

Tints of Black Russian #0B0827

Color information

#0B0827 (or 0x0B0827) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 27. RGB value is (11,8,39). Sum of RGB (Red+Green+Blue) = 11+8+39=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #0B0827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0827 is #F4F7D8. Grayscale: #0C0C0C. Windows color (decimal): -16054233 or 2557963. OLE color: 2557963.

HSL color Cylindrical-coordinate representation of color #0B0827: hue angle of 245.81º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B0827 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB11839-
CMYK0.720.7900.85
HSL245.81º65.96%9.22%-
HSV(B)245.81º79.49%15.29%-
XYZ0.590.391.96-
YUV12.43142.99126.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 39 (15.62% from 255) = 67.24%
R=18.97%
G=13.79%
B=67.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal118390.720.7900.85245.8165.969.22
HexB827484F055f6429
Octal131047110117012536610211
Binary1011100010011110010001001111010101011111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,8,39); }

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

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

 a { background-color: rgb(11,8,39); }

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

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

 span { border-color: rgb(11,8,39); }

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