Html Css Color HEX #252829 Black Pearl

📋 copy color: '#252829'

red 37 ◦ green 40 ◦ blue 41

#252829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #252829

Tints of Black Pearl #252829

RGB

 RED value IS 37 (14.84% from 255) = 31.36%

 GREEN value IS 40 (16.02% from 255) = 33.9%

 BLUE value IS 41 (16.41% from 255) = 34.75%

R = 31.36%
G = 33.9%
B = 34.75%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252829 (or 0x252829) is known color: 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

RGB 37 40 41 -
CMYK 0.10 0.02 0 0.84
HSL 195º 0.05% 0.15% -
HSV(B) 195º 0.1% 0.16% -
XYZ 1.92 2.07 2.4 -
YUV 39.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 37 40 41 0.10 0.02 0 0.84 195 0.05 0.15
Hex 25 28 29 A 2 0 54 C3 5 F
Octal 45 50 51 12 2 0 124 303 5 17
Binary 100101 101000 101001 1010 10 0 1010100 11000011 101 1111

Color Harmonies of #252829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252829

Black with #252829

Text Example


Text Example

White with #252829

Text Example


Text Example

HTML Codes & Css Web 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>