#002132

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

Shades of Black Pearl #002132

Tints of Black Pearl #002132

Color information

#002132 (or 0x002132) is unknown color: approx Black Pearl. HEX triplet: 00, 21 and 32. RGB value is (0,33,50). Sum of RGB (Red+Green+Blue) = 0+33+50=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #002132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002132 is #FFDECD. Grayscale: #181818. Windows color (decimal): -16768718 or 3285248. OLE color: 3285248.

HSL color Cylindrical-coordinate representation of color #002132: hue angle of 200.4º 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 #002132 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB03350-
CMYK10.3400.80
HSL200.4º100%9.8%-
HSV(B)200.4º100%19.61%-
XYZ1.121.323.21-
YUV25.07142.07110.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 50 (19.92% from 255) = 60.24%
R=0%
G=39.76%
B=60.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0335010.3400.80200.41009.8
Hex021326422050c864a
Octal0416214442012031014412
Binary01000011100101100100100010010100001100100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002132; }

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

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

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

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

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

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

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

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