#071328

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

Shades of Black Pearl #071328

Tints of Black Pearl #071328

Color information

#071328 (or 0x071328) is unknown color: approx Black Pearl. HEX triplet: 07, 13 and 28. RGB value is (7,19,40). Sum of RGB (Red+Green+Blue) = 7+19+40=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #071328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071328 is #F8ECD7. Grayscale: #111111. Windows color (decimal): -16313560 or 2626311. OLE color: 2626311.

HSL color Cylindrical-coordinate representation of color #071328: hue angle of 218.18º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071328 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB71940-
CMYK0.830.5200.84
HSL218.18º70.21%9.22%-
HSV(B)218.18º82.5%15.69%-
XYZ0.70.662.1-
YUV17.81140.52120.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=10.61%
G=28.79%
B=60.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal719400.830.5200.84218.1870.219.22
Hex713285334054da469
Octal7235012364012433210611
Binary111100111010001010011110100010101001101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071328; }

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

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

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

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

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

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

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

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