Shades of Outer Space #343535
Tints of Outer Space #343535
RGB
CMYK
RGB Variations
Color information
#343535 (or 0x343535) is known color: Outer Space. HEX triplet: 34, 35 and 35. RGB value is (52,53,53). Sum of RGB (Red+Green+Blue) = 52+53+53=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #343535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343535 is #CBCACA. Grayscale: #343434. Windows color (decimal): -13355723 or 3487028. OLE color: 3487028.
HSL color Cylindrical-coordinate representation of color #343535: hue angle of 180º degrees, saturation: 0.01, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #343535 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 52 | 53 | 53 | - |
CMYK | 0.02 | 0 | 0 | 0.79 |
HSL | 180º | 0.01% | 0.21% | - |
HSV(B) | 180º | 0.02% | 0.21% | - |
XYZ | 3.33 | 3.53 | 3.87 | - |
YUV | 52.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 53 | 53 | 0.02 | 0 | 0 | 0.79 | 180 | 0.01 | 0.21 |
Hex | 34 | 35 | 35 | 2 | 0 | 0 | 4F | B4 | 1 | 15 |
Octal | 64 | 65 | 65 | 2 | 0 | 0 | 117 | 264 | 1 | 25 |
Binary | 110100 | 110101 | 110101 | 10 | 0 | 0 | 1001111 | 10110100 | 1 | 10101 |
Color Harmonies of #343535
Complementary color
Monochromatic Colors of #343535
Black with #343535
Text Example
Text Example
White with #343535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343535; }
p { color: rgb(52,53,53); }
H1.HeaderClassName
{
color: #343535;
}
.AnyTagClassName
{
color: #343535;
}
</style>
background-color css
<style>
a { background-color: #343535; }
a { background-color: rgb(52,53,53); }
div.DivClassName
{
background-color: #343535;
}
.BgClassName
{
background-color: #343535;
}
</style>
border-color css
<style>
span { border-color: #343535; }
span { border-color: rgb(52,53,53); }
td.TdClassName
{
border-color: #343535;
}
.TagClassName
{
border-color: #343535;
}
</style>