#002329

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

Shades of Black Pearl #002329

Tints of Black Pearl #002329

Color information

#002329 (or 0x002329) is unknown color: approx Black Pearl. HEX triplet: 00, 23 and 29. RGB value is (0,35,41). Sum of RGB (Red+Green+Blue) = 0+35+41=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #002329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002329 is #FFDCD6. Grayscale: #191919. Windows color (decimal): -16768215 or 2695936. OLE color: 2695936.

HSL color Cylindrical-coordinate representation of color #002329: hue angle of 188.78º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002329 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB03541-
CMYK10.1500.84
HSL188.78º100%8.04%-
HSV(B)188.78º100%16.08%-
XYZ11.362.31-
YUV25.22136.9110.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=0%
G=46.05%
B=53.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0354110.1500.84188.781008.04
Hex0232964F054bd648
Octal0435114417012427514410
Binary010001110100111001001111010101001011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002329; }

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

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

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

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

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

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

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

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