Html Css Color HEX #253941 Elephant

📋 copy color: '#253941'

red 37 ◦ green 57 ◦ blue 65

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

Shades of Elephant #253941

Tints of Elephant #253941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 23.27%
G = 35.85%
B = 40.88%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253941 (or 0x253941) is known color: Elephant. HEX triplet: 25, 39 and 41. RGB value is (37,57,65). Sum of RGB (Red+Green+Blue) = 37+57+65=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #253941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253941 is #DAC6BE. Grayscale: #333333. Windows color (decimal): -14337727 or 4274469. OLE color: 4274469.

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

Color convert

RGB 37 57 65 -
CMYK 0.43 0.12 0 0.75
HSL 197.14º 0.27% 0.2% -
HSV(B) 197.14º 0.43% 0.25% -
XYZ 3.18 3.7 5.55 -
YUV 51.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 37 57 65 0.43 0.12 0 0.75 197.14 0.27 0.2
Hex 25 39 41 2B C 0 4B C5 1B 14
Octal 45 71 101 53 14 0 113 305 33 24
Binary 100101 111001 1000001 101011 1100 0 1001011 11000101 11011 10100

Color Harmonies of #253941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253941

Black with #253941

Text Example


Text Example

White with #253941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253941; }

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

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

background-color css

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

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

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

border-color css

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

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

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