Shades of Karaka #303203
Tints of Karaka #303203
RGB
CMYK
RGB Variations
Color information
#303203 (or 0x303203) is known color: Karaka. HEX triplet: 30, 32 and 03. RGB value is (48,50,3). Sum of RGB (Red+Green+Blue) = 48+50+3=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #303203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303203 is #CFCDFC. Grayscale: #2C2C2C. Windows color (decimal): -13618685 or 209456. OLE color: 209456.
HSL color Cylindrical-coordinate representation of color #303203: hue angle of 62.55º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #303203 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 50 | 3 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.80 |
| HSL | 62.55º | 0.89% | 0.1% | - |
| HSV(B) | 62.55º | 0.94% | 0.2% | - |
| XYZ | 2.38 | 2.92 | 0.52 | - |
| YUV | 44.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 3 | 0.04 | 0 | 0.94 | 0.80 | 62.55 | 0.89 | 0.1 |
| Hex | 30 | 32 | 3 | 4 | 0 | 5E | 50 | 3F | 59 | A |
| Octal | 60 | 62 | 3 | 4 | 0 | 136 | 120 | 77 | 131 | 12 |
| Binary | 110000 | 110010 | 11 | 100 | 0 | 1011110 | 1010000 | 111111 | 1011001 | 1010 |
Color Harmonies of #303203
Complementary color
Monochromatic Colors of #303203
Black with #303203
Text Example
Text Example
White with #303203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303203; }
p { color: rgb(48,50,3); }
H1.HeaderClassName
{
color: #303203;
}
.AnyTagClassName
{
color: #303203;
}
</style>
background-color css
<style>
a { background-color: #303203; }
a { background-color: rgb(48,50,3); }
div.DivClassName
{
background-color: #303203;
}
.BgClassName
{
background-color: #303203;
}
</style>
border-color css
<style>
span { border-color: #303203; }
span { border-color: rgb(48,50,3); }
td.TdClassName
{
border-color: #303203;
}
.TagClassName
{
border-color: #303203;
}
</style>