#082129

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

Shades of Black Pearl #082129

Tints of Black Pearl #082129

Color information

#082129 (or 0x082129) is unknown color: approx Black Pearl. HEX triplet: 08, 21 and 29. RGB value is (8,33,41). Sum of RGB (Red+Green+Blue) = 8+33+41=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #082129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082129 is #F7DED6. Grayscale: #1A1A1A. Windows color (decimal): -16244439 or 2695432. OLE color: 2695432.

HSL color Cylindrical-coordinate representation of color #082129: hue angle of 194.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082129 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB83341-
CMYK0.800.2000.84
HSL194.55º67.35%9.61%-
HSV(B)194.55º80.49%16.08%-
XYZ1.041.32.29-
YUV26.44136.22114.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 33 (13.28% from 255) = 40.24%
BLUE value IS 41 (16.41% from 255) = 50%
R=9.76%
G=40.24%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal833410.800.2000.84194.5567.359.61
Hex821295014054c343a
Octal10415112024012430310312
Binary1000100001101001101000010100010101001100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082129; }

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

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

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

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

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

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

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

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