#011532

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

Shades of Black Pearl #011532

Tints of Black Pearl #011532

Color information

#011532 (or 0x011532) is unknown color: approx Black Pearl. HEX triplet: 01, 15 and 32. RGB value is (1,21,50). Sum of RGB (Red+Green+Blue) = 1+21+50=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #011532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011532 is #FEEACD. Grayscale: #121212. Windows color (decimal): -16706254 or 3282177. OLE color: 3282177.

HSL color Cylindrical-coordinate representation of color #011532: hue angle of 215.51º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011532 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB12150-
CMYK0.980.5800.80
HSL215.51º96.08%10%-
HSV(B)215.51º98%19.61%-
XYZ0.860.773.12-
YUV18.33145.87115.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=1.39%
G=29.17%
B=69.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal121500.980.5800.80215.5196.0810
Hex11532623A050d860a
Octal1256214272012033014012
Binary1101011100101100010111010010100001101100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011532; }

 p { color: rgb(1,21,50); }

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

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

 a { background-color: rgb(1,21,50); }

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

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

 span { border-color: rgb(1,21,50); }

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