Html Css Color HEX #25323A Elephant

📋 copy color: '#25323A'

red 37 ◦ green 50 ◦ blue 58

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

Shades of Elephant #25323A

Tints of Elephant #25323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 58 (23.05% from 255) = 40%

R = 25.52%
G = 34.48%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25323A (or 0x25323A) is known color: Elephant. HEX triplet: 25, 32 and 3A. RGB value is (37,50,58). Sum of RGB (Red+Green+Blue) = 37+50+58=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #25323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25323A is #DACDC5. Grayscale: #2E2E2E. Windows color (decimal): -14339526 or 3813925. OLE color: 3813925.

HSL color Cylindrical-coordinate representation of color #25323A: hue angle of 202.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25323A is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 50 58 -
CMYK 0.36 0.14 0 0.77
HSL 202.86º 0.22% 0.19% -
HSV(B) 202.86º 0.36% 0.23% -
XYZ 2.67 2.98 4.44 -
YUV 47.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 37 50 58 0.36 0.14 0 0.77 202.86 0.22 0.19
Hex 25 32 3A 24 E 0 4D CB 16 13
Octal 45 62 72 44 16 0 115 313 26 23
Binary 100101 110010 111010 100100 1110 0 1001101 11001011 10110 10011

Color Harmonies of #25323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25323A

Black with #25323A

Text Example


Text Example

White with #25323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,50,58); }

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

background-color css

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

 a { background-color: rgb(37,50,58); }

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

border-color css

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

 span { border-color: rgb(37,50,58); }

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