#072327

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

Shades of Black Pearl #072327

Tints of Black Pearl #072327

Color information

#072327 (or 0x072327) is unknown color: approx Black Pearl. HEX triplet: 07, 23 and 27. RGB value is (7,35,39). Sum of RGB (Red+Green+Blue) = 7+35+39=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #072327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072327 is #F8DCD8. Grayscale: #1B1B1B. Windows color (decimal): -16309465 or 2564871. OLE color: 2564871.

HSL color Cylindrical-coordinate representation of color #072327: hue angle of 187.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072327 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73539-
CMYK0.820.1000.85
HSL187.5º69.57%9.02%-
HSV(B)187.5º82.05%15.29%-
XYZ1.051.392.13-
YUV27.08134.72113.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=8.64%
G=43.21%
B=48.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal735390.820.1000.85187.569.579.02
Hex7232752A055bc469
Octal7434712212012527410611
Binary11110001110011110100101010010101011011110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072327; }

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

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

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

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

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

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

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

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