#071525

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

Shades of Black Pearl #071525

Tints of Black Pearl #071525

Color information

#071525 (or 0x071525) is unknown color: approx Black Pearl. HEX triplet: 07, 15 and 25. RGB value is (7,21,37). Sum of RGB (Red+Green+Blue) = 7+21+37=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #071525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071525 is #F8EADA. Grayscale: #121212. Windows color (decimal): -16313051 or 2430215. OLE color: 2430215.

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

Color convert

RGB72137-
CMYK0.810.4300.85
HSL212º68.18%8.63%-
HSV(B)212º81.08%14.51%-
XYZ0.690.721.85-
YUV18.64138.36119.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 37 (14.84% from 255) = 56.92%
R=10.77%
G=32.31%
B=56.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal721370.810.4300.8521268.188.63
Hex71525512B055d4449
Octal7254512153012532410411
Binary111101011001011010001101011010101011101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071525; }

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

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

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

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

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

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

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

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