Html Css Color HEX #253841 Elephant

📋 copy color: '#253841'

red 37 ◦ green 56 ◦ blue 65

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

Shades of Elephant #253841

Tints of Elephant #253841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

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

R = 23.42%
G = 35.44%
B = 41.14%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253841 (or 0x253841) is known color: Elephant. HEX triplet: 25, 38 and 41. RGB value is (37,56,65). Sum of RGB (Red+Green+Blue) = 37+56+65=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #253841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253841 is #DAC7BE. Grayscale: #333333. Windows color (decimal): -14337983 or 4274213. OLE color: 4274213.

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

Color convert

RGB 37 56 65 -
CMYK 0.43 0.14 0 0.75
HSL 199.29º 0.27% 0.2% -
HSV(B) 199.29º 0.43% 0.25% -
XYZ 3.13 3.6 5.53 -
YUV 51.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 37 56 65 0.43 0.14 0 0.75 199.29 0.27 0.2
Hex 25 38 41 2B E 0 4B C7 1B 14
Octal 45 70 101 53 16 0 113 307 33 24
Binary 100101 111000 1000001 101011 1110 0 1001011 11000111 11011 10100

Color Harmonies of #253841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253841

Black with #253841

Text Example


Text Example

White with #253841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253841; }

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

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

background-color css

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

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

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

border-color css

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

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

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