Shades of Elephant #23363E
Tints of Elephant #23363E
RGB
CMYK
RGB Variations
Color information
#23363E (or 0x23363E) is known color: Elephant. HEX triplet: 23, 36 and 3E. RGB value is (35,54,62). Sum of RGB (Red+Green+Blue) = 35+54+62=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #23363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23363E is #DCC9C1. Grayscale: #313131. Windows color (decimal): -14469570 or 4077091. OLE color: 4077091.
HSL color Cylindrical-coordinate representation of color #23363E: hue angle of 197.78º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23363E is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 54 | 62 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.76 |
| HSL | 197.78º | 0.28% | 0.19% | - |
| HSV(B) | 197.78º | 0.44% | 0.24% | - |
| XYZ | 2.88 | 3.34 | 5.05 | - |
| YUV | 49.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 62 | 0.44 | 0.13 | 0 | 0.76 | 197.78 | 0.28 | 0.19 |
| Hex | 23 | 36 | 3E | 2C | D | 0 | 4C | C6 | 1C | 13 |
| Octal | 43 | 66 | 76 | 54 | 15 | 0 | 114 | 306 | 34 | 23 |
| Binary | 100011 | 110110 | 111110 | 101100 | 1101 | 0 | 1001100 | 11000110 | 11100 | 10011 |
Color Harmonies of #23363E
Complementary color
Monochromatic Colors of #23363E
Black with #23363E
Text Example
Text Example
White with #23363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23363E; }
p { color: rgb(35,54,62); }
H1.HeaderClassName
{
color: #23363E;
}
.AnyTagClassName
{
color: #23363E;
}
</style>
background-color css
<style>
a { background-color: #23363E; }
a { background-color: rgb(35,54,62); }
div.DivClassName
{
background-color: #23363E;
}
.BgClassName
{
background-color: #23363E;
}
</style>
border-color css
<style>
span { border-color: #23363E; }
span { border-color: rgb(35,54,62); }
td.TdClassName
{
border-color: #23363E;
}
.TagClassName
{
border-color: #23363E;
}
</style>