Shades of Black Rock #303340
Tints of Black Rock #303340
RGB
CMYK
RGB Variations
Color information
#303340 (or 0x303340) is known color: Black Rock. HEX triplet: 30, 33 and 40. RGB value is (48,51,64). Sum of RGB (Red+Green+Blue) = 48+51+64=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #303340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303340 is #CFCCBF. Grayscale: #333333. Windows color (decimal): -13618368 or 4207408. OLE color: 4207408.
HSL color Cylindrical-coordinate representation of color #303340: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303340 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 51 | 64 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.75 |
| HSL | 228.75º | 0.14% | 0.22% | - |
| HSV(B) | 228.75º | 0.25% | 0.25% | - |
| XYZ | 3.33 | 3.37 | 5.32 | - |
| YUV | 51.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 64 | 0.25 | 0.20 | 0 | 0.75 | 228.75 | 0.14 | 0.22 |
| Hex | 30 | 33 | 40 | 19 | 14 | 0 | 4B | E5 | E | 16 |
| Octal | 60 | 63 | 100 | 31 | 24 | 0 | 113 | 345 | 16 | 26 |
| Binary | 110000 | 110011 | 1000000 | 11001 | 10100 | 0 | 1001011 | 11100101 | 1110 | 10110 |
Color Harmonies of #303340
Complementary color
Monochromatic Colors of #303340
Black with #303340
Text Example
Text Example
White with #303340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303340; }
p { color: rgb(48,51,64); }
H1.HeaderClassName
{
color: #303340;
}
.AnyTagClassName
{
color: #303340;
}
</style>
background-color css
<style>
a { background-color: #303340; }
a { background-color: rgb(48,51,64); }
div.DivClassName
{
background-color: #303340;
}
.BgClassName
{
background-color: #303340;
}
</style>
border-color css
<style>
span { border-color: #303340; }
span { border-color: rgb(48,51,64); }
td.TdClassName
{
border-color: #303340;
}
.TagClassName
{
border-color: #303340;
}
</style>