#0B0628

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

Shades of Black Russian #0B0628

Tints of Black Russian #0B0628

Color information

#0B0628 (or 0x0B0628) is unknown color: approx Black Russian. HEX triplet: 0B, 06 and 28. RGB value is (11,6,40). Sum of RGB (Red+Green+Blue) = 11+6+40=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0628 is #F4F9D7. Grayscale: #0B0B0B. Windows color (decimal): -16054744 or 2622987. OLE color: 2622987.

HSL color Cylindrical-coordinate representation of color #0B0628: hue angle of 248.82º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0628 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11640-
CMYK0.720.8500.84
HSL248.82º73.91%9.02%-
HSV(B)248.82º85%15.69%-
XYZ0.590.352.05-
YUV11.37144.16127.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 40 (16.02% from 255) = 70.18%
R=19.30%
G=10.53%
B=70.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal116400.720.8500.84248.8273.919.02
HexB6284855054f94a9
Octal13650110125012437111211
Binary101111010100010010001010101010101001111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,6,40); }

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

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

 a { background-color: rgb(11,6,40); }

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

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

 span { border-color: rgb(11,6,40); }

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