Html Css Color HEX #253541 Elephant

📋 copy color: '#253541'

red 37 ◦ green 53 ◦ blue 65

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

Shades of Elephant #253541

Tints of Elephant #253541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 23.87%
G = 34.19%
B = 41.94%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253541 (or 0x253541) is known color: Elephant. HEX triplet: 25, 35 and 41. RGB value is (37,53,65). Sum of RGB (Red+Green+Blue) = 37+53+65=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #253541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253541 is #DACABE. Grayscale: #313131. Windows color (decimal): -14338751 or 4273445. OLE color: 4273445.

HSL color Cylindrical-coordinate representation of color #253541: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #253541 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 53 65 -
CMYK 0.43 0.18 0 0.75
HSL 205.71º 0.27% 0.2% -
HSV(B) 205.71º 0.43% 0.25% -
XYZ 2.99 3.32 5.48 -
YUV 49.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 37 53 65 0.43 0.18 0 0.75 205.71 0.27 0.2
Hex 25 35 41 2B 12 0 4B CE 1B 14
Octal 45 65 101 53 22 0 113 316 33 24
Binary 100101 110101 1000001 101011 10010 0 1001011 11001110 11011 10100

Color Harmonies of #253541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253541

Black with #253541

Text Example


Text Example

White with #253541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253541; }

 p { color: rgb(37,53,65); }

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

background-color css

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

 a { background-color: rgb(37,53,65); }

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

border-color css

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

 span { border-color: rgb(37,53,65); }

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