#072025

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

Shades of Black Pearl #072025

Tints of Black Pearl #072025

Color information

#072025 (or 0x072025) is unknown color: approx Black Pearl. HEX triplet: 07, 20 and 25. RGB value is (7,32,37). Sum of RGB (Red+Green+Blue) = 7+32+37=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #072025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072025 is #F8DFDA. Grayscale: #191919. Windows color (decimal): -16310235 or 2433031. OLE color: 2433031.

HSL color Cylindrical-coordinate representation of color #072025: hue angle of 190º 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 #072025 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73237-
CMYK0.810.1400.85
HSL190º68.18%8.63%-
HSV(B)190º81.08%14.51%-
XYZ0.941.211.93-
YUV25.1134.72115.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=9.21%
G=42.11%
B=48.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal732370.810.1400.8519068.188.63
Hex7202551E055be449
Octal7404512116012527610411
Binary11110000010010110100011110010101011011111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072025; }

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

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

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

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

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

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

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

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