#0B082C

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

Shades of Black Russian #0B082C

Tints of Black Russian #0B082C

Color information

#0B082C (or 0x0B082C) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 2C. RGB value is (11,8,44). Sum of RGB (Red+Green+Blue) = 11+8+44=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B082C is #F4F7D3. Grayscale: #0C0C0C. Windows color (decimal): -16054228 or 2885643. OLE color: 2885643.

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

Color convert

RGB11844-
CMYK0.750.8200.83
HSL245º69.23%10.2%-
HSV(B)245º81.82%17.25%-
XYZ0.680.432.43-
YUV13145.49126.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.46%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 44 (17.58% from 255) = 69.84%
R=17.46%
G=12.70%
B=69.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal118440.750.8200.8324569.2310.2
HexB82C4B52053f545a
Octal131054113122012336510512
Binary1011100010110010010111010010010100111111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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