#082025

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

Shades of Black Pearl #082025

Tints of Black Pearl #082025

Color information

#082025 (or 0x082025) is unknown color: approx Black Pearl. HEX triplet: 08, 20 and 25. RGB value is (8,32,37). Sum of RGB (Red+Green+Blue) = 8+32+37=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #082025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082025 is #F7DFDA. Grayscale: #191919. Windows color (decimal): -16244699 or 2433032. OLE color: 2433032.

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

Color convert

RGB83237-
CMYK0.780.1400.85
HSL190.34º64.44%8.82%-
HSV(B)190.34º78.38%14.51%-
XYZ0.951.221.94-
YUV25.39134.55115.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=10.39%
G=41.56%
B=48.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal832370.780.1400.85190.3464.448.82
Hex820254EE055be409
Octal10404511616012527610011
Binary100010000010010110011101110010101011011111010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082025; }

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

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

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

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

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

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

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

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