#25323A

Color #25323A Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #25323A

Tints of Elephant #25323A

Color information

#25323A (or 0x25323A) is unknown color: approx 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

RGB375058-
CMYK0.360.1400.77
HSL202.86º22.11%18.63%-
HSV(B)202.86º36.21%22.75%-
XYZ2.672.984.44-
YUV47.02134.19120.85-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3750580.360.1400.77202.8622.1118.63
Hex25323A24E04Dcb1613
Octal456272441601153132623
Binary100101110010111010100100111001001101110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>