#071925

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

Shades of Black Pearl #071925

Tints of Black Pearl #071925

Color information

#071925 (or 0x071925) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 25. RGB value is (7,25,37). Sum of RGB (Red+Green+Blue) = 7+25+37=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #071925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071925 is #F8E6DA. Grayscale: #141414. Windows color (decimal): -16312027 or 2431239. OLE color: 2431239.

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

Color convert

RGB72537-
CMYK0.810.3200.85
HSL204º68.18%8.63%-
HSV(B)204º81.08%14.51%-
XYZ0.770.871.88-
YUV20.99137.04118.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=10.14%
G=36.23%
B=53.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal725370.810.3200.8520468.188.63
Hex719255120055cc449
Octal7314512140012531410411
Binary111110011001011010001100000010101011100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071925; }

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

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

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

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

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

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

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

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