#071F25

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

Shades of Black Pearl #071F25

Tints of Black Pearl #071F25

Color information

#071F25 (or 0x071F25) is unknown color: approx Black Pearl. HEX triplet: 07, 1F and 25. RGB value is (7,31,37). Sum of RGB (Red+Green+Blue) = 7+31+37=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #071F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F25 is #F8E0DA. Grayscale: #181818. Windows color (decimal): -16310491 or 2432775. OLE color: 2432775.

HSL color Cylindrical-coordinate representation of color #071F25: hue angle of 192º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #071F25 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73137-
CMYK0.810.1600.85
HSL192º68.18%8.63%-
HSV(B)192º81.08%14.51%-
XYZ0.911.161.93-
YUV24.51135.05115.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=9.33%
G=41.33%
B=49.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal731370.810.1600.8519268.188.63
Hex71F255110055c0449
Octal7374512120012530010411
Binary11111111100101101000110000010101011100000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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