Shades of Karaka #333300
Tints of Karaka #333300
RGB
CMYK
RGB Variations
Color information
#333300 (or 0x333300) is known color: Karaka. HEX triplet: 33, 33 and 00. RGB value is (51,51,0). Sum of RGB (Red+Green+Blue) = 51+51+0=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333300 is a web safe color. Inversed color of #333300 is #CCCCFF. Grayscale: #2D2D2D. Windows color (decimal): -13421824 or 13107. OLE color: 13107.
HSL color Cylindrical-coordinate representation of color #333300: hue angle of 60º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #333300 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 51 | 0 | - |
CMYK | 0 | 0 | 1 | 0.8 |
HSL | 60º | 1% | 0.1% | - |
HSV(B) | 60º | 1% | 0.2% | - |
XYZ | 2.55 | 3.07 | 0.46 | - |
YUV | 45.19 | 102.5 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 51 | 0 | 0 | 0 | 1 | 0.8 | 60 | 1 | 0.1 |
Hex | 33 | 33 | 0 | 0 | 0 | 64 | 50 | 3C | 64 | A |
Octal | 63 | 63 | 0 | 0 | 0 | 144 | 120 | 74 | 144 | 12 |
Binary | 110011 | 110011 | 0 | 0 | 0 | 1100100 | 1010000 | 111100 | 1100100 | 1010 |
Color Harmonies of #333300
Complementary color
Monochromatic Colors of #333300
Black with #333300
Text Example
Text Example
White with #333300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333300; }
p { color: rgb(51,51,0); }
H1.HeaderClassName
{
color: #333300;
}
.AnyTagClassName
{
color: #333300;
}
</style>
background-color css
<style>
a { background-color: #333300; }
a { background-color: rgb(51,51,0); }
div.DivClassName
{
background-color: #333300;
}
.BgClassName
{
background-color: #333300;
}
</style>
border-color css
<style>
span { border-color: #333300; }
span { border-color: rgb(51,51,0); }
td.TdClassName
{
border-color: #333300;
}
.TagClassName
{
border-color: #333300;
}
</style>