#071928

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

Shades of Black Pearl #071928

Tints of Black Pearl #071928

Color information

#071928 (or 0x071928) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 28. RGB value is (7,25,40). Sum of RGB (Red+Green+Blue) = 7+25+40=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #071928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071928 is #F8E6D7. Grayscale: #151515. Windows color (decimal): -16312024 or 2627847. OLE color: 2627847.

HSL color Cylindrical-coordinate representation of color #071928: hue angle of 207.27º 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 #071928 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB72540-
CMYK0.830.3800.84
HSL207.27º70.21%9.22%-
HSV(B)207.27º82.5%15.69%-
XYZ0.820.892.14-
YUV21.33138.54117.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=9.72%
G=34.72%
B=55.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal725400.830.3800.84207.2770.219.22
Hex719285326054cf469
Octal7315012346012431710611
Binary111110011010001010011100110010101001100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071928; }

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

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

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

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

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

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

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

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