#0B0723

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

Shades of Black Russian #0B0723

Tints of Black Russian #0B0723

Color information

#0B0723 (or 0x0B0723) is unknown color: approx Black Russian. HEX triplet: 0B, 07 and 23. RGB value is (11,7,35). Sum of RGB (Red+Green+Blue) = 11+7+35=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B0723 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0723 is #F4F8DC. Grayscale: #0B0B0B. Windows color (decimal): -16054493 or 2295563. OLE color: 2295563.

HSL color Cylindrical-coordinate representation of color #0B0723: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B0723 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB11735-
CMYK0.690.8000.86
HSL248.57º66.67%8.24%-
HSV(B)248.57º80%13.73%-
XYZ0.520.341.63-
YUV11.39141.33127.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.75%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=20.75%
G=13.21%
B=66.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal117350.690.8000.86248.5766.678.24
HexB7234550056f9438
Octal13743105120012637110310
Binary101111110001110001011010000010101101111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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