#0B0D17

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

Shades of Black Russian #0B0D17

Tints of Black Russian #0B0D17

Color information

#0B0D17 (or 0x0B0D17) is unknown color: approx Black Russian. HEX triplet: 0B, 0D and 17. RGB value is (11,13,23). Sum of RGB (Red+Green+Blue) = 11+13+23=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D17 is #F4F2E8. Grayscale: #0D0D0D. Windows color (decimal): -16052969 or 1510667. OLE color: 1510667.

HSL color Cylindrical-coordinate representation of color #0B0D17: hue angle of 230º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B0D17 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB111323-
CMYK0.520.4300.91
HSL230º35.29%6.67%-
HSV(B)230º52.17%9.02%-
XYZ0.440.420.87-
YUV13.54133.34126.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.40%
GREEN value IS 13 (5.47% from 255) = 27.66%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=23.40%
G=27.66%
B=48.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1113230.520.4300.9123035.296.67
HexBD17342B05Be6237
Octal13152764530133346437
Binary10111101101111101001010110101101111100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,13,23); }

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

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

 a { background-color: rgb(11,13,23); }

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

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

 span { border-color: rgb(11,13,23); }

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