#072734

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

Shades of Black Pearl #072734

Tints of Black Pearl #072734

Color information

#072734 (or 0x072734) is unknown color: approx Black Pearl. HEX triplet: 07, 27 and 34. RGB value is (7,39,52). Sum of RGB (Red+Green+Blue) = 7+39+52=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #072734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072734 is #F8D8CB. Grayscale: #1E1E1E. Windows color (decimal): -16308428 or 3417863. OLE color: 3417863.

HSL color Cylindrical-coordinate representation of color #072734: hue angle of 197.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072734 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB73952-
CMYK0.870.2500.80
HSL197.33º76.27%11.57%-
HSV(B)197.33º86.54%20.39%-
XYZ1.431.743.51-
YUV30.91139.9110.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 52 (20.70% from 255) = 53.06%
R=7.14%
G=39.80%
B=53.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal739520.870.2500.80197.3376.2711.57
Hex727345719050c54cc
Octal7476412731012030511414
Binary111100111110100101011111001010100001100010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072734; }

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

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

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

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

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

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

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

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