#072434

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

Shades of Black Pearl #072434

Tints of Black Pearl #072434

Color information

#072434 (or 0x072434) is unknown color: approx Black Pearl. HEX triplet: 07, 24 and 34. RGB value is (7,36,52). Sum of RGB (Red+Green+Blue) = 7+36+52=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #072434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072434 is #F8DBCB. Grayscale: #1D1D1D. Windows color (decimal): -16309196 or 3417095. OLE color: 3417095.

HSL color Cylindrical-coordinate representation of color #072434: hue angle of 201.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 #072434 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB73652-
CMYK0.870.3100.80
HSL201.33º76.27%11.57%-
HSV(B)201.33º86.54%20.39%-
XYZ1.341.553.48-
YUV29.15140.89112.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=7.37%
G=37.89%
B=54.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal736520.870.3100.80201.3376.2711.57
Hex72434571F050c94cc
Octal7446412737012031111414
Binary111100100110100101011111111010100001100100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072434; }

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

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

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

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

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

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

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

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