Shades of Karaka #2B2B27
Tints of Karaka #2B2B27
RGB
CMYK
RGB Variations
Color information
#2B2B27 (or 0x2B2B27) is known color: Karaka. HEX triplet: 2B, 2B and 27. RGB value is (43,43,39). Sum of RGB (Red+Green+Blue) = 43+43+39=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 43 - color contains mainly: red, green. Hex color #2B2B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2B27 is #D4D4D8. Grayscale: #2A2A2A. Windows color (decimal): -13948121 or 2566955. OLE color: 2566955.
HSL color Cylindrical-coordinate representation of color #2B2B27: hue angle of 60º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2B27 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 43 | 39 | - |
CMYK | 0 | 0 | 0.09 | 0.83 |
HSL | 60º | 0.05% | 0.16% | - |
HSV(B) | 60º | 0.09% | 0.17% | - |
XYZ | 2.23 | 2.39 | 2.26 | - |
YUV | 42.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 43 | 39 | 0 | 0 | 0.09 | 0.83 | 60 | 0.05 | 0.16 |
Hex | 2B | 2B | 27 | 0 | 0 | 9 | 53 | 3C | 5 | 10 |
Octal | 53 | 53 | 47 | 0 | 0 | 11 | 123 | 74 | 5 | 20 |
Binary | 101011 | 101011 | 100111 | 0 | 0 | 1001 | 1010011 | 111100 | 101 | 10000 |
Color Harmonies of #2B2B27
Complementary color
Monochromatic Colors of #2B2B27
Black with #2B2B27
Text Example
Text Example
White with #2B2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B27; }
p { color: rgb(43,43,39); }
H1.HeaderClassName
{
color: #2B2B27;
}
.AnyTagClassName
{
color: #2B2B27;
}
</style>
background-color css
<style>
a { background-color: #2B2B27; }
a { background-color: rgb(43,43,39); }
div.DivClassName
{
background-color: #2B2B27;
}
.BgClassName
{
background-color: #2B2B27;
}
</style>
border-color css
<style>
span { border-color: #2B2B27; }
span { border-color: rgb(43,43,39); }
td.TdClassName
{
border-color: #2B2B27;
}
.TagClassName
{
border-color: #2B2B27;
}
</style>