Html Css Color HEX #25292A Black Pearl

📋 copy color: '#25292A'

red 37 ◦ green 41 ◦ blue 42

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

Shades of Black Pearl #25292A

Tints of Black Pearl #25292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.17%

 BLUE value IS 42 (16.8% from 255) = 35%

R = 30.83%
G = 34.17%
B = 35%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25292A (or 0x25292A) is known color: Black Pearl. HEX triplet: 25, 29 and 2A. RGB value is (37,41,42). Sum of RGB (Red+Green+Blue) = 37+41+42=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 42 - color contains mainly: blue. Hex color #25292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25292A is #DAD6D5. Grayscale: #272727. Windows color (decimal): -14341846 or 2763045. OLE color: 2763045.

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

Color convert

RGB 37 41 42 -
CMYK 0.12 0.02 0 0.84
HSL 192º 0.06% 0.15% -
HSV(B) 192º 0.12% 0.16% -
XYZ 1.97 2.15 2.5 -
YUV 39.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 37 41 42 0.12 0.02 0 0.84 192 0.06 0.15
Hex 25 29 2A C 2 0 54 C0 6 F
Octal 45 51 52 14 2 0 124 300 6 17
Binary 100101 101001 101010 1100 10 0 1010100 11000000 110 1111

Color Harmonies of #25292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25292A

Black with #25292A

Text Example


Text Example

White with #25292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25292A; }

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

 H1.HeaderClassName
 {
   color: #25292A;
 }
 .AnyTagClassName
 {
   color: #25292A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #25292A;
 }
 .BgClassName
 {
   background-color: #25292A;
 }
</style>

border-color css

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

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

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