#001532

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

Shades of Black Pearl #001532

Tints of Black Pearl #001532

Color information

#001532 (or 0x001532) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 32. RGB value is (0,21,50). Sum of RGB (Red+Green+Blue) = 0+21+50=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #001532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001532 is #FFEACD. Grayscale: #111111. Windows color (decimal): -16771790 or 3282176. OLE color: 3282176.

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

Color convert

RGB02150-
CMYK10.5800.80
HSL214.8º100%9.8%-
HSV(B)214.8º100%19.61%-
XYZ0.840.773.12-
YUV18.03146.04115.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 50 (19.92% from 255) = 70.42%
R=0%
G=29.58%
B=70.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0215010.5800.80214.81009.8
Hex01532643A050d764a
Octal0256214472012032714412
Binary0101011100101100100111010010100001101011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001532; }

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

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

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

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

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

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

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

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