#0B0334

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

Shades of Black Russian #0B0334

Tints of Black Russian #0B0334

Color information

#0B0334 (or 0x0B0334) is unknown color: approx Black Russian. HEX triplet: 0B, 03 and 34. RGB value is (11,3,52). Sum of RGB (Red+Green+Blue) = 11+3+52=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 52 (20.70% from 255 or 78.79% from 66); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B0334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0334 is #F4FCCB. Grayscale: #0A0A0A. Windows color (decimal): -16055500 or 3408651. OLE color: 3408651.

HSL color Cylindrical-coordinate representation of color #0B0334: hue angle of 249.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0334 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB11352-
CMYK0.790.9400.80
HSL249.8º89.09%10.78%-
HSV(B)249.8º94.23%20.39%-
XYZ0.790.383.28-
YUV10.98151.15128.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 52 (20.70% from 255) = 78.79%
R=16.67%
G=4.55%
B=78.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal113520.790.9400.80249.889.0910.78
HexB3344F5E050fa59b
Octal13364117136012037213113
Binary10111111010010011111011110010100001111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,52); }

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

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

 a { background-color: rgb(11,3,52); }

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

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

 span { border-color: rgb(11,3,52); }

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