#071E28

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

Shades of Black Pearl #071E28

Tints of Black Pearl #071E28

Color information

#071E28 (or 0x071E28) is unknown color: approx Black Pearl. HEX triplet: 07, 1E and 28. RGB value is (7,30,40). Sum of RGB (Red+Green+Blue) = 7+30+40=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #071E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E28 is #F8E1D7. Grayscale: #181818. Windows color (decimal): -16310744 or 2629127. OLE color: 2629127.

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

Color convert

RGB73040-
CMYK0.830.2500.84
HSL198.18º70.21%9.22%-
HSV(B)198.18º82.5%15.69%-
XYZ0.931.132.18-
YUV24.26136.88115.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=9.09%
G=38.96%
B=51.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal730400.830.2500.84198.1870.219.22
Hex71E285319054c6469
Octal7365012331012430610611
Binary11111110101000101001111001010101001100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071E28; }

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

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

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

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

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

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

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

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