Shades of Karaka #383502
Tints of Karaka #383502
RGB
CMYK
RGB Variations
Color information
#383502 (or 0x383502) is known color: Karaka. HEX triplet: 38, 35 and 02. RGB value is (56,53,2). Sum of RGB (Red+Green+Blue) = 56+53+2=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #383502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383502 is #C7CAFD. Grayscale: #303030. Windows color (decimal): -13093630 or 144696. OLE color: 144696.
HSL color Cylindrical-coordinate representation of color #383502: hue angle of 56.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #383502 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 2 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.78 |
| HSL | 56.67º | 0.93% | 0.11% | - |
| HSV(B) | 56.67º | 0.96% | 0.22% | - |
| XYZ | 2.91 | 3.39 | 0.56 | - |
| YUV | 48.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 2 | 0 | 0.05 | 0.96 | 0.78 | 56.67 | 0.93 | 0.11 |
| Hex | 38 | 35 | 2 | 0 | 5 | 60 | 4E | 39 | 5D | B |
| Octal | 70 | 65 | 2 | 0 | 5 | 140 | 116 | 71 | 135 | 13 |
| Binary | 111000 | 110101 | 10 | 0 | 101 | 1100000 | 1001110 | 111001 | 1011101 | 1011 |
Color Harmonies of #383502
Complementary color
Monochromatic Colors of #383502
Black with #383502
Text Example
Text Example
White with #383502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383502; }
p { color: rgb(56,53,2); }
H1.HeaderClassName
{
color: #383502;
}
.AnyTagClassName
{
color: #383502;
}
</style>
background-color css
<style>
a { background-color: #383502; }
a { background-color: rgb(56,53,2); }
div.DivClassName
{
background-color: #383502;
}
.BgClassName
{
background-color: #383502;
}
</style>
border-color css
<style>
span { border-color: #383502; }
span { border-color: rgb(56,53,2); }
td.TdClassName
{
border-color: #383502;
}
.TagClassName
{
border-color: #383502;
}
</style>