#071F28

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

Shades of Black Pearl #071F28

Tints of Black Pearl #071F28

Color information

#071F28 (or 0x071F28) is unknown color: approx Black Pearl. HEX triplet: 07, 1F and 28. RGB value is (7,31,40). Sum of RGB (Red+Green+Blue) = 7+31+40=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #071F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F28 is #F8E0D7. Grayscale: #181818. Windows color (decimal): -16310488 or 2629383. OLE color: 2629383.

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

Color convert

RGB73140-
CMYK0.830.2200.84
HSL196.36º70.21%9.22%-
HSV(B)196.36º82.5%15.69%-
XYZ0.961.182.18-
YUV24.85136.55115.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=8.97%
G=39.74%
B=51.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal731400.830.2200.84196.3670.219.22
Hex71F285316054c4469
Octal7375012326012430410611
Binary11111111101000101001110110010101001100010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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