#072535

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

Shades of Black Pearl #072535

Tints of Black Pearl #072535

Color information

#072535 (or 0x072535) is unknown color: approx Black Pearl. HEX triplet: 07, 25 and 35. RGB value is (7,37,53). Sum of RGB (Red+Green+Blue) = 7+37+53=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #072535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072535 is #F8DACA. Grayscale: #1D1D1D. Windows color (decimal): -16308939 or 3482887. OLE color: 3482887.

HSL color Cylindrical-coordinate representation of color #072535: hue angle of 200.87º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072535 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB73753-
CMYK0.870.3000.79
HSL200.87º76.67%11.76%-
HSV(B)200.87º86.79%20.78%-
XYZ1.391.633.61-
YUV29.85141.06111.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=7.22%
G=38.14%
B=54.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal737530.870.3000.79200.8776.6711.76
Hex72535571E04Fc94dc
Octal7456512736011731111514
Binary111100101110101101011111110010011111100100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072535; }

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

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

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

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

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

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

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

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