#0B1428

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

Shades of Black Russian #0B1428

Tints of Black Russian #0B1428

Color information

#0B1428 (or 0x0B1428) is unknown color: approx Black Russian. HEX triplet: 0B, 14 and 28. RGB value is (11,20,40). Sum of RGB (Red+Green+Blue) = 11+20+40=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1428 is #F4EBD7. Grayscale: #131313. Windows color (decimal): -16051160 or 2626571. OLE color: 2626571.

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

Color convert

RGB112040-
CMYK0.720.500.84
HSL221.38º56.86%10%-
HSV(B)221.38º72.5%15.69%-
XYZ0.770.722.11-
YUV19.59139.52121.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.49%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 40 (16.02% from 255) = 56.34%
R=15.49%
G=28.17%
B=56.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1120400.720.500.84221.3856.8610
HexB14284832054dd39a
Octal1324501106201243357112
Binary101110100101000100100011001001010100110111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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