Shades of Black Rock #35363F
Tints of Black Rock #35363F
RGB
CMYK
RGB Variations
Color information
#35363F (or 0x35363F) is known color: Black Rock. HEX triplet: 35, 36 and 3F. RGB value is (53,54,63). Sum of RGB (Red+Green+Blue) = 53+54+63=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #35363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35363F is #CAC9C0. Grayscale: #363636. Windows color (decimal): -13289921 or 4142645. OLE color: 4142645.
HSL color Cylindrical-coordinate representation of color #35363F: hue angle of 234º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35363F is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 54 | 63 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.75 |
| HSL | 234º | 0.09% | 0.23% | - |
| HSV(B) | 234º | 0.16% | 0.25% | - |
| XYZ | 3.68 | 3.75 | 5.23 | - |
| YUV | 54.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 63 | 0.16 | 0.14 | 0 | 0.75 | 234 | 0.09 | 0.23 |
| Hex | 35 | 36 | 3F | 10 | E | 0 | 4B | EA | 9 | 17 |
| Octal | 65 | 66 | 77 | 20 | 16 | 0 | 113 | 352 | 11 | 27 |
| Binary | 110101 | 110110 | 111111 | 10000 | 1110 | 0 | 1001011 | 11101010 | 1001 | 10111 |
Color Harmonies of #35363F
Complementary color
Monochromatic Colors of #35363F
Black with #35363F
Text Example
Text Example
White with #35363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35363F; }
p { color: rgb(53,54,63); }
H1.HeaderClassName
{
color: #35363F;
}
.AnyTagClassName
{
color: #35363F;
}
</style>
background-color css
<style>
a { background-color: #35363F; }
a { background-color: rgb(53,54,63); }
div.DivClassName
{
background-color: #35363F;
}
.BgClassName
{
background-color: #35363F;
}
</style>
border-color css
<style>
span { border-color: #35363F; }
span { border-color: rgb(53,54,63); }
td.TdClassName
{
border-color: #35363F;
}
.TagClassName
{
border-color: #35363F;
}
</style>