#28363E

Color #28363E Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #28363E

Tints of Elephant #28363E

Color information

#28363E (or 0x28363E) is unknown color: approx Elephant. HEX triplet: 28, 36 and 3E. RGB value is (40,54,62). Sum of RGB (Red+Green+Blue) = 40+54+62=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #28363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28363E is #D7C9C1. Grayscale: #323232. Windows color (decimal): -14141890 or 4077096. OLE color: 4077096.

HSL color Cylindrical-coordinate representation of color #28363E: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28363E is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB405462-
CMYK0.350.1300.76
HSL201.82º21.57%20%-
HSV(B)201.82º35.48%24.31%-
XYZ3.063.445.06-
YUV50.73134.36120.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=25.64%
G=34.62%
B=39.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4054620.350.1300.76201.8221.5720
Hex28363E23D04Cca1614
Octal506676431501143122624
Binary101000110110111110100011110101001100110010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28363E; }

 p { color: rgb(40,54,62); }

 H1.HeaderClassName
 {
   color: #28363E;
 }
 .AnyTagClassName
 {
   color: #28363E;
 }
</style>
background-color css

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

 a { background-color: rgb(40,54,62); }

 div.DivClassName
 {
   background-color: #28363E;
 }
 .BgClassName
 {
   background-color: #28363E;
 }
</style>
border-color css

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

 span { border-color: rgb(40,54,62); }

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