Shades of Karaka #303108
Tints of Karaka #303108
RGB
CMYK
RGB Variations
Color information
#303108 (or 0x303108) is known color: Karaka. HEX triplet: 30, 31 and 08. RGB value is (48,49,8). Sum of RGB (Red+Green+Blue) = 48+49+8=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #303108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303108 is #CFCEF7. Grayscale: #2C2C2C. Windows color (decimal): -13618936 or 536880. OLE color: 536880.
HSL color Cylindrical-coordinate representation of color #303108: hue angle of 61.46º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #303108 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 8 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.81 |
| HSL | 61.46º | 0.72% | 0.11% | - |
| HSV(B) | 61.46º | 0.84% | 0.19% | - |
| XYZ | 2.36 | 2.84 | 0.65 | - |
| YUV | 44.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 8 | 0.02 | 0 | 0.84 | 0.81 | 61.46 | 0.72 | 0.11 |
| Hex | 30 | 31 | 8 | 2 | 0 | 54 | 51 | 3D | 48 | B |
| Octal | 60 | 61 | 10 | 2 | 0 | 124 | 121 | 75 | 110 | 13 |
| Binary | 110000 | 110001 | 1000 | 10 | 0 | 1010100 | 1010001 | 111101 | 1001000 | 1011 |
Color Harmonies of #303108
Complementary color
Monochromatic Colors of #303108
Black with #303108
Text Example
Text Example
White with #303108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303108; }
p { color: rgb(48,49,8); }
H1.HeaderClassName
{
color: #303108;
}
.AnyTagClassName
{
color: #303108;
}
</style>
background-color css
<style>
a { background-color: #303108; }
a { background-color: rgb(48,49,8); }
div.DivClassName
{
background-color: #303108;
}
.BgClassName
{
background-color: #303108;
}
</style>
border-color css
<style>
span { border-color: #303108; }
span { border-color: rgb(48,49,8); }
td.TdClassName
{
border-color: #303108;
}
.TagClassName
{
border-color: #303108;
}
</style>