#072232

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

Shades of Black Pearl #072232

Tints of Black Pearl #072232

Color information

#072232 (or 0x072232) is unknown color: approx Black Pearl. HEX triplet: 07, 22 and 32. RGB value is (7,34,50). Sum of RGB (Red+Green+Blue) = 7+34+50=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #072232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072232 is #F8DDCD. Grayscale: #1B1B1B. Windows color (decimal): -16309710 or 3285511. OLE color: 3285511.

HSL color Cylindrical-coordinate representation of color #072232: hue angle of 202.33º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072232 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB73450-
CMYK0.860.3200.80
HSL202.33º75.44%11.18%-
HSV(B)202.33º86%19.61%-
XYZ1.241.423.23-
YUV27.75140.55113.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=7.69%
G=37.36%
B=54.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal734500.860.3200.80202.3375.4411.18
Hex722325620050ca4bb
Octal7426212640012031211313
Binary1111000101100101010110100000010100001100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072232; }

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

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

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

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

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

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

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

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