Shades of Black Rock #353641
Tints of Black Rock #353641
RGB
CMYK
RGB Variations
Color information
#353641 (or 0x353641) is known color: Black Rock. HEX triplet: 35, 36 and 41. RGB value is (53,54,65). Sum of RGB (Red+Green+Blue) = 53+54+65=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #353641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353641 is #CAC9BE. Grayscale: #363636. Windows color (decimal): -13289919 or 4273717. OLE color: 4273717.
HSL color Cylindrical-coordinate representation of color #353641: hue angle of 235º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353641 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 54 | 65 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.75 |
| HSL | 235º | 0.1% | 0.23% | - |
| HSV(B) | 235º | 0.18% | 0.25% | - |
| XYZ | 3.74 | 3.78 | 5.53 | - |
| YUV | 54.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 65 | 0.18 | 0.17 | 0 | 0.75 | 235 | 0.1 | 0.23 |
| Hex | 35 | 36 | 41 | 12 | 11 | 0 | 4B | EB | A | 17 |
| Octal | 65 | 66 | 101 | 22 | 21 | 0 | 113 | 353 | 12 | 27 |
| Binary | 110101 | 110110 | 1000001 | 10010 | 10001 | 0 | 1001011 | 11101011 | 1010 | 10111 |
Color Harmonies of #353641
Complementary color
Monochromatic Colors of #353641
Black with #353641
Text Example
Text Example
White with #353641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353641; }
p { color: rgb(53,54,65); }
H1.HeaderClassName
{
color: #353641;
}
.AnyTagClassName
{
color: #353641;
}
</style>
background-color css
<style>
a { background-color: #353641; }
a { background-color: rgb(53,54,65); }
div.DivClassName
{
background-color: #353641;
}
.BgClassName
{
background-color: #353641;
}
</style>
border-color css
<style>
span { border-color: #353641; }
span { border-color: rgb(53,54,65); }
td.TdClassName
{
border-color: #353641;
}
.TagClassName
{
border-color: #353641;
}
</style>