#252829

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

Shades of Black Pearl #252829

Tints of Black Pearl #252829

Color information

#252829 (or 0x252829) is unknown color: approx Black Pearl. HEX triplet: 25, 28 and 29. RGB value is (37,40,41). Sum of RGB (Red+Green+Blue) = 37+40+41=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 41 - color contains mainly: blue. Hex color #252829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252829 is #DAD7D6. Grayscale: #272727. Windows color (decimal): -14342103 or 2697253. OLE color: 2697253.

HSL color Cylindrical-coordinate representation of color #252829: hue angle of 195º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #252829 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB374041-
CMYK0.100.0200.84
HSL195º5.13%15.29%-
HSV(B)195º9.76%16.08%-
XYZ1.922.072.4-
YUV39.22129.01126.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=31.36%
G=33.90%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740410.100.0200.841955.1315.29
Hex252829A2054c35f
Octal4550511220124303517
Binary10010110100010100110101001010100110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252829; }

 p { color: rgb(37,40,41); }

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

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

 a { background-color: rgb(37,40,41); }

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

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

 span { border-color: rgb(37,40,41); }

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