#0B1629

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

Shades of Black Pearl #0B1629

Tints of Black Pearl #0B1629

Color information

#0B1629 (or 0x0B1629) is unknown color: approx Black Pearl. HEX triplet: 0B, 16 and 29. RGB value is (11,22,41). Sum of RGB (Red+Green+Blue) = 11+22+41=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B1629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1629 is #F4E9D6. Grayscale: #141414. Windows color (decimal): -16050647 or 2692619. OLE color: 2692619.

HSL color Cylindrical-coordinate representation of color #0B1629: hue angle of 218º degrees, saturation: 0.58, 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 #0B1629 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB112241-
CMYK0.730.4600.84
HSL218º57.69%10.2%-
HSV(B)218º73.17%16.08%-
XYZ0.830.812.21-
YUV20.88139.36120.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.86%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 41 (16.41% from 255) = 55.41%
R=14.86%
G=29.73%
B=55.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1122410.730.4600.8421857.6910.2
HexB1629492E054da3aa
Octal1326511115601243327212
Binary101110110101001100100110111001010100110110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,41); }

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

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

 a { background-color: rgb(11,22,41); }

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

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

 span { border-color: rgb(11,22,41); }

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