#081925

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

Shades of Black Pearl #081925

Tints of Black Pearl #081925

Color information

#081925 (or 0x081925) is unknown color: approx Black Pearl. HEX triplet: 08, 19 and 25. RGB value is (8,25,37). Sum of RGB (Red+Green+Blue) = 8+25+37=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #081925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081925 is #F7E6DA. Grayscale: #151515. Windows color (decimal): -16246491 or 2431240. OLE color: 2431240.

HSL color Cylindrical-coordinate representation of color #081925: hue angle of 204.83º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081925 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB82537-
CMYK0.780.3200.85
HSL204.83º64.44%8.82%-
HSV(B)204.83º78.38%14.51%-
XYZ0.780.881.88-
YUV21.28136.87118.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=11.43%
G=35.71%
B=52.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal825370.780.3200.85204.8364.448.82
Hex819254E20055cd409
Octal10314511640012531510011
Binary1000110011001011001110100000010101011100110110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081925; }

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

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

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

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

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

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

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

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