#081A25

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

Shades of Black Pearl #081A25

Tints of Black Pearl #081A25

Color information

#081A25 (or 0x081A25) is unknown color: approx Black Pearl. HEX triplet: 08, 1A and 25. RGB value is (8,26,37). Sum of RGB (Red+Green+Blue) = 8+26+37=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #081A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A25 is #F7E5DA. Grayscale: #151515. Windows color (decimal): -16246235 or 2431496. OLE color: 2431496.

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

Color convert

RGB82637-
CMYK0.780.3000.85
HSL202.76º64.44%8.82%-
HSV(B)202.76º78.38%14.51%-
XYZ0.80.921.89-
YUV21.87136.54118.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=11.27%
G=36.62%
B=52.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal826370.780.3000.85202.7664.448.82
Hex81A254E1E055cb409
Octal10324511636012531310011
Binary100011010100101100111011110010101011100101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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