#072032

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

Shades of Black Pearl #072032

Tints of Black Pearl #072032

Color information

#072032 (or 0x072032) is unknown color: approx Black Pearl. HEX triplet: 07, 20 and 32. RGB value is (7,32,50). Sum of RGB (Red+Green+Blue) = 7+32+50=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #072032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072032 is #F8DFCD. Grayscale: #1A1A1A. Windows color (decimal): -16310222 or 3284999. OLE color: 3284999.

HSL color Cylindrical-coordinate representation of color #072032: hue angle of 205.12º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072032 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB73250-
CMYK0.860.3600.80
HSL205.12º75.44%11.18%-
HSV(B)205.12º86%19.61%-
XYZ1.181.313.21-
YUV26.58141.22114.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 50 (19.92% from 255) = 56.18%
R=7.87%
G=35.96%
B=56.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal732500.860.3600.80205.1275.4411.18
Hex720325624050cd4bb
Octal7406212644012031511313
Binary1111000001100101010110100100010100001100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072032; }

 p { color: rgb(7,32,50); }

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

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

 a { background-color: rgb(7,32,50); }

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

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

 span { border-color: rgb(7,32,50); }

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