#072531

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

Shades of Black Pearl #072531

Tints of Black Pearl #072531

Color information

#072531 (or 0x072531) is unknown color: approx Black Pearl. HEX triplet: 07, 25 and 31. RGB value is (7,37,49). Sum of RGB (Red+Green+Blue) = 7+37+49=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #072531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072531 is #F8DACE. Grayscale: #1D1D1D. Windows color (decimal): -16308943 or 3220743. OLE color: 3220743.

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

Color convert

RGB73749-
CMYK0.860.2400.81
HSL197.14º75%10.98%-
HSV(B)197.14º85.71%19.22%-
XYZ1.31.593.14-
YUV29.4139.06112.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=7.53%
G=39.78%
B=52.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal737490.860.2400.81197.147510.98
Hex725315618051c54bb
Octal7456112630012130511313
Binary111100101110001101011011000010100011100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072531; }

 p { color: rgb(7,37,49); }

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

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

 a { background-color: rgb(7,37,49); }

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

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

 span { border-color: rgb(7,37,49); }

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