#002932

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

Shades of Black Pearl #002932

Tints of Black Pearl #002932

Color information

#002932 (or 0x002932) is unknown color: approx Black Pearl. HEX triplet: 00, 29 and 32. RGB value is (0,41,50). Sum of RGB (Red+Green+Blue) = 0+41+50=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #002932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002932 is #FFD6CD. Grayscale: #1D1D1D. Windows color (decimal): -16766670 or 3287296. OLE color: 3287296.

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

Color convert

RGB04150-
CMYK10.1800.80
HSL190.8º100%9.8%-
HSV(B)190.8º100%19.61%-
XYZ1.371.823.3-
YUV29.77139.42106.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 45.05%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=0%
G=45.05%
B=54.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0415010.1800.80190.81009.8
Hex029326412050bf64a
Octal0516214422012027714412
Binary0101001110010110010010010010100001011111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002932; }

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

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

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

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

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

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

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

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