#002832

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

Shades of Black Pearl #002832

Tints of Black Pearl #002832

Color information

#002832 (or 0x002832) is unknown color: approx Black Pearl. HEX triplet: 00, 28 and 32. RGB value is (0,40,50). Sum of RGB (Red+Green+Blue) = 0+40+50=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #002832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002832 is #FFD7CD. Grayscale: #1D1D1D. Windows color (decimal): -16766926 or 3287040. OLE color: 3287040.

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

Color convert

RGB04050-
CMYK10.2000.80
HSL192º100%9.8%-
HSV(B)192º100%19.61%-
XYZ1.331.753.28-
YUV29.18139.75107.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0405010.2000.801921009.8
Hex028326414050c064a
Octal0506214424012030014412
Binary0101000110010110010010100010100001100000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002832; }

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

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

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

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

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

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

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

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