Shades of Karaka #2B2B13
Tints of Karaka #2B2B13
RGB
CMYK
RGB Variations
Color information
#2B2B13 (or 0x2B2B13) is known color: Karaka. HEX triplet: 2B, 2B and 13. RGB value is (43,43,19). Sum of RGB (Red+Green+Blue) = 43+43+19=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 43 - color contains mainly: red, green. Hex color #2B2B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2B13 is #D4D4EC. Grayscale: #282828. Windows color (decimal): -13948141 or 1256235. OLE color: 1256235.
HSL color Cylindrical-coordinate representation of color #2B2B13: hue angle of 60º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2B13 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 43 | 19 | - |
CMYK | 0 | 0 | 0.56 | 0.83 |
HSL | 60º | 0.39% | 0.12% | - |
HSV(B) | 60º | 0.56% | 0.17% | - |
XYZ | 1.98 | 2.29 | 0.95 | - |
YUV | 40.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 43 | 19 | 0 | 0 | 0.56 | 0.83 | 60 | 0.39 | 0.12 |
Hex | 2B | 2B | 13 | 0 | 0 | 38 | 53 | 3C | 27 | C |
Octal | 53 | 53 | 23 | 0 | 0 | 70 | 123 | 74 | 47 | 14 |
Binary | 101011 | 101011 | 10011 | 0 | 0 | 111000 | 1010011 | 111100 | 100111 | 1100 |
Color Harmonies of #2B2B13
Complementary color
Monochromatic Colors of #2B2B13
Black with #2B2B13
Text Example
Text Example
White with #2B2B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B13; }
p { color: rgb(43,43,19); }
H1.HeaderClassName
{
color: #2B2B13;
}
.AnyTagClassName
{
color: #2B2B13;
}
</style>
background-color css
<style>
a { background-color: #2B2B13; }
a { background-color: rgb(43,43,19); }
div.DivClassName
{
background-color: #2B2B13;
}
.BgClassName
{
background-color: #2B2B13;
}
</style>
border-color css
<style>
span { border-color: #2B2B13; }
span { border-color: rgb(43,43,19); }
td.TdClassName
{
border-color: #2B2B13;
}
.TagClassName
{
border-color: #2B2B13;
}
</style>