Shades of Elephant #1C363F
Tints of Elephant #1C363F
RGB
CMYK
RGB Variations
Color information
#1C363F (or 0x1C363F) is known color: Elephant. HEX triplet: 1C, 36 and 3F. RGB value is (28,54,63). Sum of RGB (Red+Green+Blue) = 28+54+63=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C363F is #E3C9C0. Grayscale: #2F2F2F. Windows color (decimal): -14928321 or 4142620. OLE color: 4142620.
HSL color Cylindrical-coordinate representation of color #1C363F: hue angle of 195.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C363F is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 54 | 63 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.75 |
| HSL | 195.43º | 0.38% | 0.18% | - |
| HSV(B) | 195.43º | 0.56% | 0.25% | - |
| XYZ | 2.7 | 3.24 | 5.19 | - |
| YUV | 47.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 63 | 0.56 | 0.14 | 0 | 0.75 | 195.43 | 0.38 | 0.18 |
| Hex | 1C | 36 | 3F | 38 | E | 0 | 4B | C3 | 26 | 12 |
| Octal | 34 | 66 | 77 | 70 | 16 | 0 | 113 | 303 | 46 | 22 |
| Binary | 11100 | 110110 | 111111 | 111000 | 1110 | 0 | 1001011 | 11000011 | 100110 | 10010 |
Color Harmonies of #1C363F
Complementary color
Monochromatic Colors of #1C363F
Black with #1C363F
Text Example
Text Example
White with #1C363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C363F; }
p { color: rgb(28,54,63); }
H1.HeaderClassName
{
color: #1C363F;
}
.AnyTagClassName
{
color: #1C363F;
}
</style>
background-color css
<style>
a { background-color: #1C363F; }
a { background-color: rgb(28,54,63); }
div.DivClassName
{
background-color: #1C363F;
}
.BgClassName
{
background-color: #1C363F;
}
</style>
border-color css
<style>
span { border-color: #1C363F; }
span { border-color: rgb(28,54,63); }
td.TdClassName
{
border-color: #1C363F;
}
.TagClassName
{
border-color: #1C363F;
}
</style>