Html Css Color HEX #283740 Elephant

📋 copy color: '#283740'

red 40 ◦ green 55 ◦ blue 64

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

Shades of Elephant #283740

Tints of Elephant #283740

RGB

 RED value IS 40 (16.02% from 255) = 25.16%

 GREEN value IS 55 (21.88% from 255) = 34.59%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 25.16%
G = 34.59%
B = 40.25%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283740 (or 0x283740) is known color: Elephant. HEX triplet: 28, 37 and 40. RGB value is (40,55,64). Sum of RGB (Red+Green+Blue) = 40+55+64=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #283740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283740 is #D7C8BF. Grayscale: #333333. Windows color (decimal): -14141632 or 4208424. OLE color: 4208424.

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

Color convert

RGB 40 55 64 -
CMYK 0.38 0.14 0 0.75
HSL 202.5º 0.23% 0.2% -
HSV(B) 202.5º 0.38% 0.25% -
XYZ 3.17 3.55 5.37 -
YUV 51.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 40 55 64 0.38 0.14 0 0.75 202.5 0.23 0.2
Hex 28 37 40 26 E 0 4B CA 17 14
Octal 50 67 100 46 16 0 113 312 27 24
Binary 101000 110111 1000000 100110 1110 0 1001011 11001010 10111 10100

Color Harmonies of #283740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283740

Black with #283740

Text Example


Text Example

White with #283740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283740; }

 p { color: rgb(40,55,64); }

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

background-color css

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

 a { background-color: rgb(40,55,64); }

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

border-color css

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

 span { border-color: rgb(40,55,64); }

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