#032326

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

Shades of Black Pearl #032326

Tints of Black Pearl #032326

Color information

#032326 (or 0x032326) is unknown color: approx Black Pearl. HEX triplet: 03, 23 and 26. RGB value is (3,35,38). Sum of RGB (Red+Green+Blue) = 3+35+38=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #032326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032326 is #FCDCD9. Grayscale: #191919. Windows color (decimal): -16571610 or 2499331. OLE color: 2499331.

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

Color convert

RGB33538-
CMYK0.920.0800.85
HSL185.14º85.37%8.04%-
HSV(B)185.14º92.11%14.9%-
XYZ0.991.362.04-
YUV25.77134.9111.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 38 (15.23% from 255) = 50%
R=3.95%
G=46.05%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal335380.920.0800.85185.1485.378.04
Hex323265C8055b9558
Octal3434613410012527112510
Binary1110001110011010111001000010101011011100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032326; }

 p { color: rgb(3,35,38); }

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

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

 a { background-color: rgb(3,35,38); }

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

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

 span { border-color: rgb(3,35,38); }

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