#032125

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

Shades of Black Pearl #032125

Tints of Black Pearl #032125

Color information

#032125 (or 0x032125) is unknown color: approx Black Pearl. HEX triplet: 03, 21 and 25. RGB value is (3,33,37). Sum of RGB (Red+Green+Blue) = 3+33+37=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #032125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032125 is #FCDEDA. Grayscale: #181818. Windows color (decimal): -16572123 or 2433283. OLE color: 2433283.

HSL color Cylindrical-coordinate representation of color #032125: hue angle of 187.06º 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 #032125 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB33337-
CMYK0.920.1100.85
HSL187.06º85%7.84%-
HSV(B)187.06º91.89%14.51%-
XYZ0.921.241.94-
YUV24.49135.06112.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=4.11%
G=45.21%
B=50.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333370.920.1100.85187.06857.84
Hex321255CB055bb558
Octal3414513413012527312510
Binary1110000110010110111001011010101011011101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032125; }

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

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

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

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

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

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

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

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