Shades of Karaka #302F22
Tints of Karaka #302F22
RGB
CMYK
RGB Variations
Color information
#302F22 (or 0x302F22) is known color: Karaka. HEX triplet: 30, 2F and 22. RGB value is (48,47,34). Sum of RGB (Red+Green+Blue) = 48+47+34=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #302F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F22 is #CFD0DD. Grayscale: #2D2D2D. Windows color (decimal): -13619422 or 2240304. OLE color: 2240304.
HSL color Cylindrical-coordinate representation of color #302F22: hue angle of 55.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302F22 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 34 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.81 |
| HSL | 55.71º | 0.17% | 0.16% | - |
| HSV(B) | 55.71º | 0.29% | 0.19% | - |
| XYZ | 2.52 | 2.78 | 1.92 | - |
| YUV | 45.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 34 | 0 | 0.02 | 0.29 | 0.81 | 55.71 | 0.17 | 0.16 |
| Hex | 30 | 2F | 22 | 0 | 2 | 1D | 51 | 38 | 11 | 10 |
| Octal | 60 | 57 | 42 | 0 | 2 | 35 | 121 | 70 | 21 | 20 |
| Binary | 110000 | 101111 | 100010 | 0 | 10 | 11101 | 1010001 | 111000 | 10001 | 10000 |
Color Harmonies of #302F22
Complementary color
Monochromatic Colors of #302F22
Black with #302F22
Text Example
Text Example
White with #302F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F22; }
p { color: rgb(48,47,34); }
H1.HeaderClassName
{
color: #302F22;
}
.AnyTagClassName
{
color: #302F22;
}
</style>
background-color css
<style>
a { background-color: #302F22; }
a { background-color: rgb(48,47,34); }
div.DivClassName
{
background-color: #302F22;
}
.BgClassName
{
background-color: #302F22;
}
</style>
border-color css
<style>
span { border-color: #302F22; }
span { border-color: rgb(48,47,34); }
td.TdClassName
{
border-color: #302F22;
}
.TagClassName
{
border-color: #302F22;
}
</style>