#07272B

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

Shades of Black Pearl #07272B

Tints of Black Pearl #07272B

Color information

#07272B (or 0x07272B) is unknown color: approx Black Pearl. HEX triplet: 07, 27 and 2B. RGB value is (7,39,43). Sum of RGB (Red+Green+Blue) = 7+39+43=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #07272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07272B is #F8D8D4. Grayscale: #1D1D1D. Windows color (decimal): -16308437 or 2828039. OLE color: 2828039.

HSL color Cylindrical-coordinate representation of color #07272B: hue angle of 186.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07272B is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB73943-
CMYK0.840.0900.83
HSL186.67º72%9.8%-
HSV(B)186.67º83.72%16.86%-
XYZ1.251.672.54-
YUV29.89135.4111.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=7.87%
G=43.82%
B=48.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal739430.840.0900.83186.67729.8
Hex7272B549053bb48a
Octal7475312411012327311012
Binary11110011110101110101001001010100111011101110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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