Shades of Karaka #2B2B26
Tints of Karaka #2B2B26
RGB
CMYK
RGB Variations
Color information
#2B2B26 (or 0x2B2B26) is known color: Karaka. HEX triplet: 2B, 2B and 26. RGB value is (43,43,38). Sum of RGB (Red+Green+Blue) = 43+43+38=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 43 - color contains mainly: red, green. Hex color #2B2B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2B26 is #D4D4D9. Grayscale: #2A2A2A. Windows color (decimal): -13948122 or 2501419. OLE color: 2501419.
HSL color Cylindrical-coordinate representation of color #2B2B26: hue angle of 60º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B2B26 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 43 | 38 | - |
CMYK | 0 | 0 | 0.12 | 0.83 |
HSL | 60º | 0.06% | 0.16% | - |
HSV(B) | 60º | 0.12% | 0.17% | - |
XYZ | 2.21 | 2.38 | 2.18 | - |
YUV | 42.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 43 | 38 | 0 | 0 | 0.12 | 0.83 | 60 | 0.06 | 0.16 |
Hex | 2B | 2B | 26 | 0 | 0 | C | 53 | 3C | 6 | 10 |
Octal | 53 | 53 | 46 | 0 | 0 | 14 | 123 | 74 | 6 | 20 |
Binary | 101011 | 101011 | 100110 | 0 | 0 | 1100 | 1010011 | 111100 | 110 | 10000 |
Color Harmonies of #2B2B26
Complementary color
Monochromatic Colors of #2B2B26
Black with #2B2B26
Text Example
Text Example
White with #2B2B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B26; }
p { color: rgb(43,43,38); }
H1.HeaderClassName
{
color: #2B2B26;
}
.AnyTagClassName
{
color: #2B2B26;
}
</style>
background-color css
<style>
a { background-color: #2B2B26; }
a { background-color: rgb(43,43,38); }
div.DivClassName
{
background-color: #2B2B26;
}
.BgClassName
{
background-color: #2B2B26;
}
</style>
border-color css
<style>
span { border-color: #2B2B26; }
span { border-color: rgb(43,43,38); }
td.TdClassName
{
border-color: #2B2B26;
}
.TagClassName
{
border-color: #2B2B26;
}
</style>