#081F25

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

Shades of Black Pearl #081F25

Tints of Black Pearl #081F25

Color information

#081F25 (or 0x081F25) is unknown color: approx Black Pearl. HEX triplet: 08, 1F and 25. RGB value is (8,31,37). Sum of RGB (Red+Green+Blue) = 8+31+37=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #081F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F25 is #F7E0DA. Grayscale: #181818. Windows color (decimal): -16244955 or 2432776. OLE color: 2432776.

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

Color convert

RGB83137-
CMYK0.780.1600.85
HSL192.41º64.44%8.82%-
HSV(B)192.41º78.38%14.51%-
XYZ0.921.171.93-
YUV24.81134.88116.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=10.53%
G=40.79%
B=48.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal831370.780.1600.85192.4164.448.82
Hex81F254E10055c0409
Octal10374511620012530010011
Binary100011111100101100111010000010101011100000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081F25; }

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

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

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

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

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

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

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

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