Shades of Karaka #2B2D03
Tints of Karaka #2B2D03
RGB
CMYK
RGB Variations
Color information
#2B2D03 (or 0x2B2D03) is known color: Karaka. HEX triplet: 2B, 2D and 03. RGB value is (43,45,3). Sum of RGB (Red+Green+Blue) = 43+45+3=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D03 is #D4D2FC. Grayscale: #272727. Windows color (decimal): -13947645 or 208171. OLE color: 208171.
HSL color Cylindrical-coordinate representation of color #2B2D03: hue angle of 62.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B2D03 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 45 | 3 | - |
CMYK | 0.04 | 0 | 0.93 | 0.82 |
HSL | 62.86º | 0.88% | 0.09% | - |
HSV(B) | 62.86º | 0.93% | 0.18% | - |
XYZ | 1.95 | 2.4 | 0.45 | - |
YUV | 39.61 | 107.34 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 3 | 0.04 | 0 | 0.93 | 0.82 | 62.86 | 0.88 | 0.09 |
Hex | 2B | 2D | 3 | 4 | 0 | 5D | 52 | 3F | 58 | 9 |
Octal | 53 | 55 | 3 | 4 | 0 | 135 | 122 | 77 | 130 | 11 |
Binary | 101011 | 101101 | 11 | 100 | 0 | 1011101 | 1010010 | 111111 | 1011000 | 1001 |
Color Harmonies of #2B2D03
Complementary color
Monochromatic Colors of #2B2D03
Black with #2B2D03
Text Example
Text Example
White with #2B2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D03; }
p { color: rgb(43,45,3); }
H1.HeaderClassName
{
color: #2B2D03;
}
.AnyTagClassName
{
color: #2B2D03;
}
</style>
background-color css
<style>
a { background-color: #2B2D03; }
a { background-color: rgb(43,45,3); }
div.DivClassName
{
background-color: #2B2D03;
}
.BgClassName
{
background-color: #2B2D03;
}
</style>
border-color css
<style>
span { border-color: #2B2D03; }
span { border-color: rgb(43,45,3); }
td.TdClassName
{
border-color: #2B2D03;
}
.TagClassName
{
border-color: #2B2D03;
}
</style>