#072231

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

Shades of Black Pearl #072231

Tints of Black Pearl #072231

Color information

#072231 (or 0x072231) is unknown color: approx Black Pearl. HEX triplet: 07, 22 and 31. RGB value is (7,34,49). Sum of RGB (Red+Green+Blue) = 7+34+49=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #072231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072231 is #F8DDCE. Grayscale: #1B1B1B. Windows color (decimal): -16309711 or 3219975. OLE color: 3219975.

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

Color convert

RGB73449-
CMYK0.860.3100.81
HSL201.43º75%10.98%-
HSV(B)201.43º85.71%19.22%-
XYZ1.211.413.11-
YUV27.64140.05113.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=7.78%
G=37.78%
B=54.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal734490.860.3100.81201.437510.98
Hex72231561F051c94bb
Octal7426112637012131111313
Binary111100010110001101011011111010100011100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072231; }

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

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

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

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

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

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

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

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