Shades of Karaka #363301
Tints of Karaka #363301
RGB
CMYK
RGB Variations
Color information
#363301 (or 0x363301) is known color: Karaka. HEX triplet: 36, 33 and 01. RGB value is (54,51,1). Sum of RGB (Red+Green+Blue) = 54+51+1=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #363301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363301 is #C9CCFE. Grayscale: #2E2E2E. Windows color (decimal): -13225215 or 78646. OLE color: 78646.
HSL color Cylindrical-coordinate representation of color #363301: hue angle of 56.6º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #363301 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 1 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.79 |
| HSL | 56.6º | 0.96% | 0.11% | - |
| HSV(B) | 56.6º | 0.98% | 0.21% | - |
| XYZ | 2.71 | 3.15 | 0.49 | - |
| YUV | 46.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 1 | 0 | 0.06 | 0.98 | 0.79 | 56.6 | 0.96 | 0.11 |
| Hex | 36 | 33 | 1 | 0 | 6 | 62 | 4F | 39 | 60 | B |
| Octal | 66 | 63 | 1 | 0 | 6 | 142 | 117 | 71 | 140 | 13 |
| Binary | 110110 | 110011 | 1 | 0 | 110 | 1100010 | 1001111 | 111001 | 1100000 | 1011 |
Color Harmonies of #363301
Complementary color
Monochromatic Colors of #363301
Black with #363301
Text Example
Text Example
White with #363301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363301; }
p { color: rgb(54,51,1); }
H1.HeaderClassName
{
color: #363301;
}
.AnyTagClassName
{
color: #363301;
}
</style>
background-color css
<style>
a { background-color: #363301; }
a { background-color: rgb(54,51,1); }
div.DivClassName
{
background-color: #363301;
}
.BgClassName
{
background-color: #363301;
}
</style>
border-color css
<style>
span { border-color: #363301; }
span { border-color: rgb(54,51,1); }
td.TdClassName
{
border-color: #363301;
}
.TagClassName
{
border-color: #363301;
}
</style>