Shades of Karaka #35351B
Tints of Karaka #35351B
RGB
CMYK
RGB Variations
Color information
#35351B (or 0x35351B) is known color: Karaka. HEX triplet: 35, 35 and 1B. RGB value is (53,53,27). Sum of RGB (Red+Green+Blue) = 53+53+27=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35351B is #CACAE4. Grayscale: #323232. Windows color (decimal): -13290213 or 1783093. OLE color: 1783093.
HSL color Cylindrical-coordinate representation of color #35351B: hue angle of 60º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35351B is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 27 | - |
| CMYK | 0 | 0 | 0.49 | 0.79 |
| HSL | 60º | 0.33% | 0.16% | - |
| HSV(B) | 60º | 0.49% | 0.21% | - |
| XYZ | 2.94 | 3.38 | 1.53 | - |
| YUV | 50.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 27 | 0 | 0 | 0.49 | 0.79 | 60 | 0.33 | 0.16 |
| Hex | 35 | 35 | 1B | 0 | 0 | 31 | 4F | 3C | 20 | 10 |
| Octal | 65 | 65 | 33 | 0 | 0 | 61 | 117 | 74 | 40 | 20 |
| Binary | 110101 | 110101 | 11011 | 0 | 0 | 110001 | 1001111 | 111100 | 100000 | 10000 |
Color Harmonies of #35351B
Complementary color
Monochromatic Colors of #35351B
Black with #35351B
Text Example
Text Example
White with #35351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35351B; }
p { color: rgb(53,53,27); }
H1.HeaderClassName
{
color: #35351B;
}
.AnyTagClassName
{
color: #35351B;
}
</style>
background-color css
<style>
a { background-color: #35351B; }
a { background-color: rgb(53,53,27); }
div.DivClassName
{
background-color: #35351B;
}
.BgClassName
{
background-color: #35351B;
}
</style>
border-color css
<style>
span { border-color: #35351B; }
span { border-color: rgb(53,53,27); }
td.TdClassName
{
border-color: #35351B;
}
.TagClassName
{
border-color: #35351B;
}
</style>