#032335

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

Shades of Black Pearl #032335

Tints of Black Pearl #032335

Color information

#032335 (or 0x032335) is unknown color: approx Black Pearl. HEX triplet: 03, 23 and 35. RGB value is (3,35,53). Sum of RGB (Red+Green+Blue) = 3+35+53=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #032335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032335 is #FCDCCA. Grayscale: #1B1B1B. Windows color (decimal): -16571595 or 3482371. OLE color: 3482371.

HSL color Cylindrical-coordinate representation of color #032335: hue angle of 201.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032335 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB33553-
CMYK0.940.3400.79
HSL201.6º89.29%10.98%-
HSV(B)201.6º94.34%20.78%-
XYZ1.281.483.59-
YUV27.48142.4110.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=3.30%
G=38.46%
B=58.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal335530.940.3400.79201.689.2910.98
Hex323355E2204Fca59b
Octal3436513642011731213113
Binary111000111101011011110100010010011111100101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032335; }

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

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

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

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

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

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

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

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