#072225

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

Shades of Black Pearl #072225

Tints of Black Pearl #072225

Color information

#072225 (or 0x072225) is unknown color: approx Black Pearl. HEX triplet: 07, 22 and 25. RGB value is (7,34,37). Sum of RGB (Red+Green+Blue) = 7+34+37=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #072225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072225 is #F8DDDA. Grayscale: #1A1A1A. Windows color (decimal): -16309723 or 2433543. OLE color: 2433543.

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

Color convert

RGB73437-
CMYK0.810.0800.85
HSL186º68.18%8.63%-
HSV(B)186º81.08%14.51%-
XYZ0.991.321.95-
YUV26.27134.05114.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=8.97%
G=43.59%
B=47.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal734370.810.0800.8518668.188.63
Hex72225518055ba449
Octal7424512110012527210411
Binary11110001010010110100011000010101011011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072225; }

 p { color: rgb(7,34,37); }

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

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

 a { background-color: rgb(7,34,37); }

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

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

 span { border-color: rgb(7,34,37); }

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