#072331

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

Shades of Black Pearl #072331

Tints of Black Pearl #072331

Color information

#072331 (or 0x072331) is unknown color: approx Black Pearl. HEX triplet: 07, 23 and 31. RGB value is (7,35,49). Sum of RGB (Red+Green+Blue) = 7+35+49=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #072331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072331 is #F8DCCE. Grayscale: #1C1C1C. Windows color (decimal): -16309455 or 3220231. OLE color: 3220231.

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

Color convert

RGB73549-
CMYK0.860.2900.81
HSL200º75%10.98%-
HSV(B)200º85.71%19.22%-
XYZ1.241.473.12-
YUV28.22139.72112.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal735490.860.2900.812007510.98
Hex72331561D051c84bb
Octal7436112635012131011313
Binary111100011110001101011011101010100011100100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072331; }

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

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

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

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

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

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

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

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