Html Css Color HEX #253641 Elephant

📋 copy color: '#253641'

red 37 ◦ green 54 ◦ blue 65

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

Shades of Elephant #253641

Tints of Elephant #253641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

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

R = 23.72%
G = 34.62%
B = 41.67%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253641 (or 0x253641) is known color: Elephant. HEX triplet: 25, 36 and 41. RGB value is (37,54,65). Sum of RGB (Red+Green+Blue) = 37+54+65=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #253641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253641 is #DAC9BE. Grayscale: #323232. Windows color (decimal): -14338495 or 4273701. OLE color: 4273701.

HSL color Cylindrical-coordinate representation of color #253641: hue angle of 203.57º 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 #253641 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 54 65 -
CMYK 0.43 0.17 0 0.75
HSL 203.57º 0.27% 0.2% -
HSV(B) 203.57º 0.43% 0.25% -
XYZ 3.04 3.41 5.5 -
YUV 50.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 37 54 65 0.43 0.17 0 0.75 203.57 0.27 0.2
Hex 25 36 41 2B 11 0 4B CC 1B 14
Octal 45 66 101 53 21 0 113 314 33 24
Binary 100101 110110 1000001 101011 10001 0 1001011 11001100 11011 10100

Color Harmonies of #253641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253641

Black with #253641

Text Example


Text Example

White with #253641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253641; }

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

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

background-color css

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

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

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

border-color css

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

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

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