Shades of Elephant #223941
Tints of Elephant #223941
RGB
CMYK
RGB Variations
Color information
#223941 (or 0x223941) is known color: Elephant. HEX triplet: 22, 39 and 41. RGB value is (34,57,65). Sum of RGB (Red+Green+Blue) = 34+57+65=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #223941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223941 is #DDC6BE. Grayscale: #323232. Windows color (decimal): -14534335 or 4274466. OLE color: 4274466.
HSL color Cylindrical-coordinate representation of color #223941: hue angle of 195.48º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #223941 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 57 | 65 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.75 |
| HSL | 195.48º | 0.31% | 0.19% | - |
| HSV(B) | 195.48º | 0.48% | 0.25% | - |
| XYZ | 3.08 | 3.65 | 5.54 | - |
| YUV | 51.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 65 | 0.48 | 0.12 | 0 | 0.75 | 195.48 | 0.31 | 0.19 |
| Hex | 22 | 39 | 41 | 30 | C | 0 | 4B | C3 | 1F | 13 |
| Octal | 42 | 71 | 101 | 60 | 14 | 0 | 113 | 303 | 37 | 23 |
| Binary | 100010 | 111001 | 1000001 | 110000 | 1100 | 0 | 1001011 | 11000011 | 11111 | 10011 |
Color Harmonies of #223941
Complementary color
Monochromatic Colors of #223941
Black with #223941
Text Example
Text Example
White with #223941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223941; }
p { color: rgb(34,57,65); }
H1.HeaderClassName
{
color: #223941;
}
.AnyTagClassName
{
color: #223941;
}
</style>
background-color css
<style>
a { background-color: #223941; }
a { background-color: rgb(34,57,65); }
div.DivClassName
{
background-color: #223941;
}
.BgClassName
{
background-color: #223941;
}
</style>
border-color css
<style>
span { border-color: #223941; }
span { border-color: rgb(34,57,65); }
td.TdClassName
{
border-color: #223941;
}
.TagClassName
{
border-color: #223941;
}
</style>