Shades of Karaka #323303
Tints of Karaka #323303
RGB
CMYK
RGB Variations
Color information
#323303 (or 0x323303) is known color: Karaka. HEX triplet: 32, 33 and 03. RGB value is (50,51,3). Sum of RGB (Red+Green+Blue) = 50+51+3=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #323303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323303 is #CDCCFC. Grayscale: #2D2D2D. Windows color (decimal): -13487357 or 209714. OLE color: 209714.
HSL color Cylindrical-coordinate representation of color #323303: hue angle of 61.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #323303 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 3 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.8 |
| HSL | 61.25º | 0.89% | 0.11% | - |
| HSV(B) | 61.25º | 0.94% | 0.2% | - |
| XYZ | 2.52 | 3.05 | 0.54 | - |
| YUV | 45.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 3 | 0.02 | 0 | 0.94 | 0.8 | 61.25 | 0.89 | 0.11 |
| Hex | 32 | 33 | 3 | 2 | 0 | 5E | 50 | 3D | 59 | B |
| Octal | 62 | 63 | 3 | 2 | 0 | 136 | 120 | 75 | 131 | 13 |
| Binary | 110010 | 110011 | 11 | 10 | 0 | 1011110 | 1010000 | 111101 | 1011001 | 1011 |
Color Harmonies of #323303
Complementary color
Monochromatic Colors of #323303
Black with #323303
Text Example
Text Example
White with #323303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323303; }
p { color: rgb(50,51,3); }
H1.HeaderClassName
{
color: #323303;
}
.AnyTagClassName
{
color: #323303;
}
</style>
background-color css
<style>
a { background-color: #323303; }
a { background-color: rgb(50,51,3); }
div.DivClassName
{
background-color: #323303;
}
.BgClassName
{
background-color: #323303;
}
</style>
border-color css
<style>
span { border-color: #323303; }
span { border-color: rgb(50,51,3); }
td.TdClassName
{
border-color: #323303;
}
.TagClassName
{
border-color: #323303;
}
</style>