#081325

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

Shades of Black Pearl #081325

Tints of Black Pearl #081325

Color information

#081325 (or 0x081325) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 25. RGB value is (8,19,37). Sum of RGB (Red+Green+Blue) = 8+19+37=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #081325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081325 is #F7ECDA. Grayscale: #111111. Windows color (decimal): -16248027 or 2429704. OLE color: 2429704.

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

Color convert

RGB81937-
CMYK0.780.4900.85
HSL217.24º64.44%8.82%-
HSV(B)217.24º78.38%14.51%-
XYZ0.670.651.84-
YUV17.76138.86121.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=12.5%
G=29.69%
B=57.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal819370.780.4900.85217.2464.448.82
Hex813254E31055d9409
Octal10234511661012533110011
Binary1000100111001011001110110001010101011101100110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081325; }

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

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

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

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

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

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

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

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