#0B0A25

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

Shades of Black Russian #0B0A25

Tints of Black Russian #0B0A25

Color information

#0B0A25 (or 0x0B0A25) is unknown color: approx Black Russian. HEX triplet: 0B, 0A and 25. RGB value is (11,10,37). Sum of RGB (Red+Green+Blue) = 11+10+37=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A25 is #F4F5DA. Grayscale: #0D0D0D. Windows color (decimal): -16053723 or 2427403. OLE color: 2427403.

HSL color Cylindrical-coordinate representation of color #0B0A25: hue angle of 242.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B0A25 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB111037-
CMYK0.700.7300.85
HSL242.22º57.45%9.22%-
HSV(B)242.22º72.97%14.51%-
XYZ0.580.421.8-
YUV13.38141.33126.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=18.97%
G=17.24%
B=63.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1110370.700.7300.85242.2257.459.22
HexBA254649055f2399
Octal13124510611101253627111
Binary101110101001011000110100100101010101111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,10,37); }

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

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

 a { background-color: rgb(11,10,37); }

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

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

 span { border-color: rgb(11,10,37); }

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