#032137

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

Shades of Black Pearl #032137

Tints of Black Pearl #032137

Color information

#032137 (or 0x032137) is unknown color: approx Black Pearl. HEX triplet: 03, 21 and 37. RGB value is (3,33,55). Sum of RGB (Red+Green+Blue) = 3+33+55=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 55 (21.88% from 255 or 60.44% from 91); Max value from RGB is 55 - color contains mainly: blue. Hex color #032137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032137 is #FCDEC8. Grayscale: #1A1A1A. Windows color (decimal): -16572105 or 3612931. OLE color: 3612931.

HSL color Cylindrical-coordinate representation of color #032137: hue angle of 205.38º 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 #032137 is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33355-
CMYK0.950.400.78
HSL205.38º89.66%11.37%-
HSV(B)205.38º94.55%21.57%-
XYZ1.271.383.81-
YUV26.54144.06111.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 55 (21.88% from 255) = 60.44%
R=3.30%
G=36.26%
B=60.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal333550.950.400.78205.3889.6611.37
Hex321375F2804Ecd5ab
Octal3416713750011631513213
Binary111000011101111011111101000010011101100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032137; }

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

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

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

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

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

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

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

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