#25333C

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

Shades of Elephant #25333C

Tints of Elephant #25333C

Color information

#25333C (or 0x25333C) is unknown color: approx Elephant. HEX triplet: 25, 33 and 3C. RGB value is (37,51,60). Sum of RGB (Red+Green+Blue) = 37+51+60=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #25333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25333C is #DACCC3. Grayscale: #2F2F2F. Windows color (decimal): -14339268 or 3945253. OLE color: 3945253.

HSL color Cylindrical-coordinate representation of color #25333C: hue angle of 203.48º 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 #25333C is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB375160-
CMYK0.380.1500.76
HSL203.48º23.71%19.02%-
HSV(B)203.48º38.33%23.53%-
XYZ2.763.094.73-
YUV47.84134.86120.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=25%
G=34.46%
B=40.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3751600.380.1500.76203.4823.7119.02
Hex25333C26F04Ccb1813
Octal456374461701143133023
Binary100101110011111100100110111101001100110010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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