#25343C

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

Shades of Elephant #25343C

Tints of Elephant #25343C

Color information

#25343C (or 0x25343C) is unknown color: approx Elephant. HEX triplet: 25, 34 and 3C. RGB value is (37,52,60). Sum of RGB (Red+Green+Blue) = 37+52+60=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #25343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25343C is #DACBC3. Grayscale: #303030. Windows color (decimal): -14339012 or 3945509. OLE color: 3945509.

HSL color Cylindrical-coordinate representation of color #25343C: hue angle of 200.87º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25343C is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375260-
CMYK0.380.1300.76
HSL200.87º23.71%19.02%-
HSV(B)200.87º38.33%23.53%-
XYZ2.813.184.74-
YUV48.43134.53119.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=24.83%
G=34.90%
B=40.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3752600.380.1300.76200.8723.7119.02
Hex25343C26D04Cc91813
Octal456474461501143113023
Binary100101110100111100100110110101001100110010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25343C; }

 p { color: rgb(37,52,60); }

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

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

 a { background-color: rgb(37,52,60); }

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

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

 span { border-color: rgb(37,52,60); }

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