#072126

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

Shades of Black Pearl #072126

Tints of Black Pearl #072126

Color information

#072126 (or 0x072126) is unknown color: approx Black Pearl. HEX triplet: 07, 21 and 26. RGB value is (7,33,38). Sum of RGB (Red+Green+Blue) = 7+33+38=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #072126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072126 is #F8DED9. Grayscale: #191919. Windows color (decimal): -16309978 or 2498823. OLE color: 2498823.

HSL color Cylindrical-coordinate representation of color #072126: hue angle of 189.68º degrees, saturation: 0.69, 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 #072126 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73338-
CMYK0.820.1300.85
HSL189.68º68.89%8.82%-
HSV(B)189.68º81.58%14.9%-
XYZ0.981.272.03-
YUV25.8134.89114.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=8.97%
G=42.31%
B=48.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal733380.820.1300.85189.6868.898.82
Hex7212652D055be459
Octal7414612215012527610511
Binary11110000110011010100101101010101011011111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072126; }

 p { color: rgb(7,33,38); }

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

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

 a { background-color: rgb(7,33,38); }

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

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

 span { border-color: rgb(7,33,38); }

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