Shades of Valhalla #23233A
Tints of Valhalla #23233A
RGB
CMYK
RGB Variations
Color information
#23233A (or 0x23233A) is known color: Valhalla. HEX triplet: 23, 23 and 3A. RGB value is (35,35,58). Sum of RGB (Red+Green+Blue) = 35+35+58=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #23233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23233A is #DCDCC5. Grayscale: #252525. Windows color (decimal): -14474438 or 3810083. OLE color: 3810083.
HSL color Cylindrical-coordinate representation of color #23233A: hue angle of 240º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23233A is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 35 | 58 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.77 |
| HSL | 240º | 0.25% | 0.18% | - |
| HSV(B) | 240º | 0.4% | 0.23% | - |
| XYZ | 2.06 | 1.86 | 4.25 | - |
| YUV | 37.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 58 | 0.40 | 0.40 | 0 | 0.77 | 240 | 0.25 | 0.18 |
| Hex | 23 | 23 | 3A | 28 | 28 | 0 | 4D | F0 | 19 | 12 |
| Octal | 43 | 43 | 72 | 50 | 50 | 0 | 115 | 360 | 31 | 22 |
| Binary | 100011 | 100011 | 111010 | 101000 | 101000 | 0 | 1001101 | 11110000 | 11001 | 10010 |
Color Harmonies of #23233A
Complementary color
Monochromatic Colors of #23233A
Black with #23233A
Text Example
Text Example
White with #23233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23233A; }
p { color: rgb(35,35,58); }
H1.HeaderClassName
{
color: #23233A;
}
.AnyTagClassName
{
color: #23233A;
}
</style>
background-color css
<style>
a { background-color: #23233A; }
a { background-color: rgb(35,35,58); }
div.DivClassName
{
background-color: #23233A;
}
.BgClassName
{
background-color: #23233A;
}
</style>
border-color css
<style>
span { border-color: #23233A; }
span { border-color: rgb(35,35,58); }
td.TdClassName
{
border-color: #23233A;
}
.TagClassName
{
border-color: #23233A;
}
</style>