#0B0730

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

Shades of Black Russian #0B0730

Tints of Black Russian #0B0730

Color information

#0B0730 (or 0x0B0730) is unknown color: approx Black Russian. HEX triplet: 0B, 07 and 30. RGB value is (11,7,48). Sum of RGB (Red+Green+Blue) = 11+7+48=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B0730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0730 is #F4F8CF. Grayscale: #0C0C0C. Windows color (decimal): -16054480 or 3147531. OLE color: 3147531.

HSL color Cylindrical-coordinate representation of color #0B0730: hue angle of 245.85º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0730 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11748-
CMYK0.770.8500.81
HSL245.85º74.55%10.78%-
HSV(B)245.85º85.42%18.82%-
XYZ0.750.442.84-
YUV12.87147.83126.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 48 (19.14% from 255) = 72.73%
R=16.67%
G=10.61%
B=72.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal117480.770.8500.81245.8574.5510.78
HexB7304D55051f64bb
Octal13760115125012136611313
Binary101111111000010011011010101010100011111011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,7,48); }

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

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

 a { background-color: rgb(11,7,48); }

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

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

 span { border-color: rgb(11,7,48); }

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