#072029

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

Shades of Black Pearl #072029

Tints of Black Pearl #072029

Color information

#072029 (or 0x072029) is unknown color: approx Black Pearl. HEX triplet: 07, 20 and 29. RGB value is (7,32,41). Sum of RGB (Red+Green+Blue) = 7+32+41=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #072029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072029 is #F8DFD6. Grayscale: #191919. Windows color (decimal): -16310231 or 2695175. OLE color: 2695175.

HSL color Cylindrical-coordinate representation of color #072029: hue angle of 195.88º 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 #072029 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB73241-
CMYK0.830.2200.84
HSL195.88º70.83%9.41%-
HSV(B)195.88º82.93%16.08%-
XYZ11.242.28-
YUV25.55136.72114.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 41 (16.41% from 255) = 51.25%
R=8.75%
G=40%
B=51.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal732410.830.2200.84195.8870.839.41
Hex720295316054c4479
Octal7405112326012430410711
Binary111100000101001101001110110010101001100010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072029; }

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

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

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

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

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

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

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

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