#07292E

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

Shades of Black Pearl #07292E

Tints of Black Pearl #07292E

Color information

#07292E (or 0x07292E) is unknown color: approx Black Pearl. HEX triplet: 07, 29 and 2E. RGB value is (7,41,46). Sum of RGB (Red+Green+Blue) = 7+41+46=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #07292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07292E is #F8D6D1. Grayscale: #1F1F1F. Windows color (decimal): -16307922 or 3025159. OLE color: 3025159.

HSL color Cylindrical-coordinate representation of color #07292E: hue angle of 187.69º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07292E is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB74146-
CMYK0.850.1100.82
HSL187.69º73.58%10.39%-
HSV(B)187.69º84.78%18.04%-
XYZ1.371.832.87-
YUV31.4136.24110.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=7.45%
G=43.62%
B=48.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal741460.850.1100.82187.6973.5810.39
Hex7292E55B052bc4aa
Octal7515612513012227411212
Binary11110100110111010101011011010100101011110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07292E; }

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

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

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

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

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

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

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

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