#082125

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

Shades of Black Pearl #082125

Tints of Black Pearl #082125

Color information

#082125 (or 0x082125) is unknown color: approx Black Pearl. HEX triplet: 08, 21 and 25. RGB value is (8,33,37). Sum of RGB (Red+Green+Blue) = 8+33+37=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #082125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082125 is #F7DEDA. Grayscale: #191919. Windows color (decimal): -16244443 or 2433288. OLE color: 2433288.

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

Color convert

RGB83337-
CMYK0.780.1100.85
HSL188.28º64.44%8.82%-
HSV(B)188.28º78.38%14.51%-
XYZ0.981.271.94-
YUV25.98134.22115.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=10.26%
G=42.31%
B=47.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal833370.780.1100.85188.2864.448.82
Hex821254EB055bc409
Octal10414511613012527410011
Binary100010000110010110011101011010101011011110010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082125; }

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

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

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

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

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

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

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

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