#0B0928

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

Shades of Black Russian #0B0928

Tints of Black Russian #0B0928

Color information

#0B0928 (or 0x0B0928) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 28. RGB value is (11,9,40). Sum of RGB (Red+Green+Blue) = 11+9+40=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0928 is #F4F6D7. Grayscale: #0D0D0D. Windows color (decimal): -16053976 or 2623755. OLE color: 2623755.

HSL color Cylindrical-coordinate representation of color #0B0928: hue angle of 243.87º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B0928 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11940-
CMYK0.720.7800.84
HSL243.87º63.27%9.61%-
HSV(B)243.87º77.5%15.69%-
XYZ0.620.422.06-
YUV13.13143.16126.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.33%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 40 (16.02% from 255) = 66.67%
R=18.33%
G=15%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal119400.720.7800.84243.8763.279.61
HexB928484E054f43fa
Octal13115011011601243647712
Binary101110011010001001000100111001010100111101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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