#072329

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

Shades of Black Pearl #072329

Tints of Black Pearl #072329

Color information

#072329 (or 0x072329) is unknown color: approx Black Pearl. HEX triplet: 07, 23 and 29. RGB value is (7,35,41). Sum of RGB (Red+Green+Blue) = 7+35+41=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #072329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072329 is #F8DCD6. Grayscale: #1B1B1B. Windows color (decimal): -16309463 or 2695943. OLE color: 2695943.

HSL color Cylindrical-coordinate representation of color #072329: hue angle of 190.59º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #072329 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB73541-
CMYK0.830.1500.84
HSL190.59º70.83%9.41%-
HSV(B)190.59º82.93%16.08%-
XYZ1.091.412.31-
YUV27.31135.72113.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 41 (16.41% from 255) = 49.40%
R=8.43%
G=42.17%
B=49.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal735410.830.1500.84190.5970.839.41
Hex7232953F054bf479
Octal7435112317012427710711
Binary11110001110100110100111111010101001011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072329; }

 p { color: rgb(7,35,41); }

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

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

 a { background-color: rgb(7,35,41); }

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

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

 span { border-color: rgb(7,35,41); }

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