#07272E

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

Shades of Black Pearl #07272E

Tints of Black Pearl #07272E

Color information

#07272E (or 0x07272E) is unknown color: approx Black Pearl. HEX triplet: 07, 27 and 2E. RGB value is (7,39,46). Sum of RGB (Red+Green+Blue) = 7+39+46=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #07272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07272E is #F8D8D1. Grayscale: #1E1E1E. Windows color (decimal): -16308434 or 3024647. OLE color: 3024647.

HSL color Cylindrical-coordinate representation of color #07272E: hue angle of 190.77º 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 #07272E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB73946-
CMYK0.850.1500.82
HSL190.77º73.58%10.39%-
HSV(B)190.77º84.78%18.04%-
XYZ1.311.692.84-
YUV30.23136.9111.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 46 (18.36% from 255) = 50%
R=7.61%
G=42.39%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal739460.850.1500.82190.7773.5810.39
Hex7272E55F052bf4aa
Octal7475612517012227711212
Binary11110011110111010101011111010100101011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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