Shades of Elephant #23353D
Tints of Elephant #23353D
RGB
CMYK
RGB Variations
Color information
#23353D (or 0x23353D) is known color: Elephant. HEX triplet: 23, 35 and 3D. RGB value is (35,53,61). Sum of RGB (Red+Green+Blue) = 35+53+61=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #23353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23353D is #DCCAC2. Grayscale: #303030. Windows color (decimal): -14469827 or 4011299. OLE color: 4011299.
HSL color Cylindrical-coordinate representation of color #23353D: hue angle of 198.46º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #23353D is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 53 | 61 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.76 |
| HSL | 198.46º | 0.27% | 0.19% | - |
| HSV(B) | 198.46º | 0.43% | 0.24% | - |
| XYZ | 2.81 | 3.24 | 4.89 | - |
| YUV | 48.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 61 | 0.43 | 0.13 | 0 | 0.76 | 198.46 | 0.27 | 0.19 |
| Hex | 23 | 35 | 3D | 2B | D | 0 | 4C | C6 | 1B | 13 |
| Octal | 43 | 65 | 75 | 53 | 15 | 0 | 114 | 306 | 33 | 23 |
| Binary | 100011 | 110101 | 111101 | 101011 | 1101 | 0 | 1001100 | 11000110 | 11011 | 10011 |
Color Harmonies of #23353D
Complementary color
Monochromatic Colors of #23353D
Black with #23353D
Text Example
Text Example
White with #23353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23353D; }
p { color: rgb(35,53,61); }
H1.HeaderClassName
{
color: #23353D;
}
.AnyTagClassName
{
color: #23353D;
}
</style>
background-color css
<style>
a { background-color: #23353D; }
a { background-color: rgb(35,53,61); }
div.DivClassName
{
background-color: #23353D;
}
.BgClassName
{
background-color: #23353D;
}
</style>
border-color css
<style>
span { border-color: #23353D; }
span { border-color: rgb(35,53,61); }
td.TdClassName
{
border-color: #23353D;
}
.TagClassName
{
border-color: #23353D;
}
</style>