#072735

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

Shades of Black Pearl #072735

Tints of Black Pearl #072735

Color information

#072735 (or 0x072735) is unknown color: approx Black Pearl. HEX triplet: 07, 27 and 35. RGB value is (7,39,53). Sum of RGB (Red+Green+Blue) = 7+39+53=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #072735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072735 is #F8D8CA. Grayscale: #1E1E1E. Windows color (decimal): -16308427 or 3483399. OLE color: 3483399.

HSL color Cylindrical-coordinate representation of color #072735: hue angle of 198.26º 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 #072735 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB73953-
CMYK0.870.2600.79
HSL198.26º76.67%11.76%-
HSV(B)198.26º86.79%20.78%-
XYZ1.461.753.63-
YUV31.03140.4110.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=7.07%
G=39.39%
B=53.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal739530.870.2600.79198.2676.6711.76
Hex72735571A04Fc64dc
Octal7476512732011730611514
Binary111100111110101101011111010010011111100011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072735; }

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

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

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

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

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

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

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

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