#2B2C09

Color #2B2C09 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #2B2C09

Tints of Karaka #2B2C09

Color information

#2B2C09 (or 0x2B2C09) is unknown color: approx Karaka. HEX triplet: 2B, 2C and 09. RGB value is (43,44,9). Sum of RGB (Red+Green+Blue) = 43+44+9=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #2B2C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2C09 is #D4D3F6. Grayscale: #272727. Windows color (decimal): -13947895 or 601131. OLE color: 601131.

HSL color Cylindrical-coordinate representation of color #2B2C09: hue angle of 61.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B2C09 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB43449-
CMYK0.0200.800.83
HSL61.71º66.04%10.39%-
HSV(B)61.71º79.55%17.25%-
XYZ1.952.330.61-
YUV39.71110.67130.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 44.79%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=44.79%
G=45.83%
B=9.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal434490.0200.800.8361.7166.0410.39
Hex2B2C92050533e42a
Octal535411201201237610212
Binary10101110110010011001010000101001111111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2C09; }

 p { color: rgb(43,44,9); }

 H1.HeaderClassName
 {
   color: #2B2C09;
 }
 .AnyTagClassName
 {
   color: #2B2C09;
 }
</style>
background-color css

<style>
 a { background-color: #2B2C09; }

 a { background-color: rgb(43,44,9); }

 div.DivClassName
 {
   background-color: #2B2C09;
 }
 .BgClassName
 {
   background-color: #2B2C09;
 }
</style>
border-color css

<style>
 span { border-color: #2B2C09; }

 span { border-color: rgb(43,44,9); }

 td.TdClassName
 {
   border-color: #2B2C09;
 }
 .TagClassName
 {
   border-color: #2B2C09;
 }
</style>