#0B042F

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

Shades of Black Russian #0B042F

Tints of Black Russian #0B042F

Color information

#0B042F (or 0x0B042F) is unknown color: approx Black Russian. HEX triplet: 0B, 04 and 2F. RGB value is (11,4,47). Sum of RGB (Red+Green+Blue) = 11+4+47=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 47 (18.75% from 255 or 75.81% from 62); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B042F is #F4FBD0. Grayscale: #0A0A0A. Windows color (decimal): -16055249 or 3081227. OLE color: 3081227.

HSL color Cylindrical-coordinate representation of color #0B042F: hue angle of 249.77º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B042F is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11447-
CMYK0.770.9100.82
HSL249.77º84.31%10%-
HSV(B)249.77º91.49%18.43%-
XYZ0.690.362.72-
YUV11148.32128-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.74%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 47 (18.75% from 255) = 75.81%
R=17.74%
G=6.45%
B=75.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal114470.770.9100.82249.7784.3110
HexB42F4D5B052fa54a
Octal13457115133012237212412
Binary101110010111110011011011011010100101111101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,4,47); }

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

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

 a { background-color: rgb(11,4,47); }

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

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

 span { border-color: rgb(11,4,47); }

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