#0B092E

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

Shades of Black Russian #0B092E

Tints of Black Russian #0B092E

Color information

#0B092E (or 0x0B092E) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 2E. RGB value is (11,9,46). Sum of RGB (Red+Green+Blue) = 11+9+46=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B092E is #F4F6D1. Grayscale: #0D0D0D. Windows color (decimal): -16053970 or 3016971. OLE color: 3016971.

HSL color Cylindrical-coordinate representation of color #0B092E: hue angle of 243.24º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B092E is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11946-
CMYK0.760.8000.82
HSL243.24º67.27%10.78%-
HSV(B)243.24º80.43%18.04%-
XYZ0.730.462.64-
YUV13.82146.16125.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 46 (18.36% from 255) = 69.70%
R=16.67%
G=13.64%
B=69.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal119460.760.8000.82243.2467.2710.78
HexB92E4C50052f343b
Octal131156114120012236310313
Binary1011100110111010011001010000010100101111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,46); }

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

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

 a { background-color: rgb(11,9,46); }

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

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

 span { border-color: rgb(11,9,46); }

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