#0B0C2D

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

Shades of Black Russian #0B0C2D

Tints of Black Russian #0B0C2D

Color information

#0B0C2D (or 0x0B0C2D) is unknown color: approx Black Russian. HEX triplet: 0B, 0C and 2D. RGB value is (11,12,45). Sum of RGB (Red+Green+Blue) = 11+12+45=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B0C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0C2D is #F4F3D2. Grayscale: #0F0F0F. Windows color (decimal): -16053203 or 2952203. OLE color: 2952203.

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

Color convert

RGB111245-
CMYK0.760.7300.82
HSL238.24º60.71%10.98%-
HSV(B)238.24º75.56%17.65%-
XYZ0.740.522.54-
YUV15.46144.67124.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.18%
GREEN value IS 12 (5.08% from 255) = 17.65%
BLUE value IS 45 (17.97% from 255) = 66.18%
R=16.18%
G=17.65%
B=66.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1112450.760.7300.82238.2460.7110.98
HexBC2D4C49052ee3db
Octal13145511411101223567513
Binary101111001011011001100100100101010010111011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,12,45); }

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

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

 a { background-color: rgb(11,12,45); }

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

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

 span { border-color: rgb(11,12,45); }

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