Shades of Valhalla #23213F
Tints of Valhalla #23213F
RGB
CMYK
RGB Variations
Color information
#23213F (or 0x23213F) is known color: Valhalla. HEX triplet: 23, 21 and 3F. RGB value is (35,33,63). Sum of RGB (Red+Green+Blue) = 35+33+63=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #23213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23213F is #DCDEC0. Grayscale: #242424. Windows color (decimal): -14474945 or 4137251. OLE color: 4137251.
HSL color Cylindrical-coordinate representation of color #23213F: hue angle of 244º 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 #23213F is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 33 | 63 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.75 |
| HSL | 244º | 0.31% | 0.19% | - |
| HSV(B) | 244º | 0.48% | 0.25% | - |
| XYZ | 2.13 | 1.8 | 4.94 | - |
| YUV | 37.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 63 | 0.44 | 0.48 | 0 | 0.75 | 244 | 0.31 | 0.19 |
| Hex | 23 | 21 | 3F | 2C | 30 | 0 | 4B | F4 | 1F | 13 |
| Octal | 43 | 41 | 77 | 54 | 60 | 0 | 113 | 364 | 37 | 23 |
| Binary | 100011 | 100001 | 111111 | 101100 | 110000 | 0 | 1001011 | 11110100 | 11111 | 10011 |
Color Harmonies of #23213F
Complementary color
Monochromatic Colors of #23213F
Black with #23213F
Text Example
Text Example
White with #23213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23213F; }
p { color: rgb(35,33,63); }
H1.HeaderClassName
{
color: #23213F;
}
.AnyTagClassName
{
color: #23213F;
}
</style>
background-color css
<style>
a { background-color: #23213F; }
a { background-color: rgb(35,33,63); }
div.DivClassName
{
background-color: #23213F;
}
.BgClassName
{
background-color: #23213F;
}
</style>
border-color css
<style>
span { border-color: #23213F; }
span { border-color: rgb(35,33,63); }
td.TdClassName
{
border-color: #23213F;
}
.TagClassName
{
border-color: #23213F;
}
</style>