#081E25

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

Shades of Black Pearl #081E25

Tints of Black Pearl #081E25

Color information

#081E25 (or 0x081E25) is unknown color: approx Black Pearl. HEX triplet: 08, 1E and 25. RGB value is (8,30,37). Sum of RGB (Red+Green+Blue) = 8+30+37=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #081E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E25 is #F7E1DA. Grayscale: #181818. Windows color (decimal): -16245211 or 2432520. OLE color: 2432520.

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

Color convert

RGB83037-
CMYK0.780.1900.85
HSL194.48º64.44%8.82%-
HSV(B)194.48º78.38%14.51%-
XYZ0.91.111.92-
YUV24.22135.21116.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 30 (12.11% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=10.67%
G=40%
B=49.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal830370.780.1900.85194.4864.448.82
Hex81E254E13055c2409
Octal10364511623012530210011
Binary100011110100101100111010011010101011100001010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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