#032337

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

Shades of Black Pearl #032337

Tints of Black Pearl #032337

Color information

#032337 (or 0x032337) is unknown color: approx Black Pearl. HEX triplet: 03, 23 and 37. RGB value is (3,35,55). Sum of RGB (Red+Green+Blue) = 3+35+55=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #032337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032337 is #FCDCC8. Grayscale: #1B1B1B. Windows color (decimal): -16571593 or 3613443. OLE color: 3613443.

HSL color Cylindrical-coordinate representation of color #032337: hue angle of 203.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032337 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33555-
CMYK0.950.3600.78
HSL203.08º89.66%11.37%-
HSV(B)203.08º94.55%21.57%-
XYZ1.331.53.83-
YUV27.71143.4110.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 55 (21.88% from 255) = 59.14%
R=3.23%
G=37.63%
B=59.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335550.950.3600.78203.0889.6611.37
Hex323375F2404Ecb5ab
Octal3436713744011631313213
Binary111000111101111011111100100010011101100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032337; }

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

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

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

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

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

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

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

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