#071E25

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

Shades of Black Pearl #071E25

Tints of Black Pearl #071E25

Color information

#071E25 (or 0x071E25) is unknown color: approx Black Pearl. HEX triplet: 07, 1E and 25. RGB value is (7,30,37). Sum of RGB (Red+Green+Blue) = 7+30+37=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #071E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E25 is #F8E1DA. Grayscale: #171717. Windows color (decimal): -16310747 or 2432519. OLE color: 2432519.

HSL color Cylindrical-coordinate representation of color #071E25: hue angle of 194º 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 #071E25 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73037-
CMYK0.810.1900.85
HSL194º68.18%8.63%-
HSV(B)194º81.08%14.51%-
XYZ0.891.111.92-
YUV23.92135.38115.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 37 (14.84% from 255) = 50%
R=9.46%
G=40.54%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal730370.810.1900.8519468.188.63
Hex71E255113055c2449
Octal7364512123012530210411
Binary11111110100101101000110011010101011100001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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