#071320

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

Shades of Black Pearl #071320

Tints of Black Pearl #071320

Color information

#071320 (or 0x071320) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 20. RGB value is (7,19,32). Sum of RGB (Red+Green+Blue) = 7+19+32=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #071320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071320 is #F8ECDF. Grayscale: #101010. Windows color (decimal): -16313568 or 2102023. OLE color: 2102023.

HSL color Cylindrical-coordinate representation of color #071320: hue angle of 211.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #071320 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB71932-
CMYK0.780.4100.87
HSL211.2º64.1%7.65%-
HSV(B)211.2º78.12%12.55%-
XYZ0.580.621.45-
YUV16.89136.52120.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=12.07%
G=32.76%
B=55.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal719320.780.4100.87211.264.17.65
Hex713204E29057d3408
Octal7234011651012732310010
Binary111100111000001001110101001010101111101001110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071320; }

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

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

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

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

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

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

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

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