Shades of Black Marlin #35334B
Tints of Black Marlin #35334B
RGB
CMYK
RGB Variations
Color information
#35334B (or 0x35334B) is known color: Black Marlin. HEX triplet: 35, 33 and 4B. RGB value is (53,51,75). Sum of RGB (Red+Green+Blue) = 53+51+75=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #35334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35334B is #CACCB4. Grayscale: #363636. Windows color (decimal): -13290677 or 4928309. OLE color: 4928309.
HSL color Cylindrical-coordinate representation of color #35334B: hue angle of 245º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35334B is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 51 | 75 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.71 |
| HSL | 245º | 0.19% | 0.25% | - |
| HSV(B) | 245º | 0.32% | 0.29% | - |
| XYZ | 3.92 | 3.63 | 7.15 | - |
| YUV | 54.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 75 | 0.29 | 0.32 | 0 | 0.71 | 245 | 0.19 | 0.25 |
| Hex | 35 | 33 | 4B | 1D | 20 | 0 | 47 | F5 | 13 | 19 |
| Octal | 65 | 63 | 113 | 35 | 40 | 0 | 107 | 365 | 23 | 31 |
| Binary | 110101 | 110011 | 1001011 | 11101 | 100000 | 0 | 1000111 | 11110101 | 10011 | 11001 |
Color Harmonies of #35334B
Complementary color
Monochromatic Colors of #35334B
Black with #35334B
Text Example
Text Example
White with #35334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35334B; }
p { color: rgb(53,51,75); }
H1.HeaderClassName
{
color: #35334B;
}
.AnyTagClassName
{
color: #35334B;
}
</style>
background-color css
<style>
a { background-color: #35334B; }
a { background-color: rgb(53,51,75); }
div.DivClassName
{
background-color: #35334B;
}
.BgClassName
{
background-color: #35334B;
}
</style>
border-color css
<style>
span { border-color: #35334B; }
span { border-color: rgb(53,51,75); }
td.TdClassName
{
border-color: #35334B;
}
.TagClassName
{
border-color: #35334B;
}
</style>