#2B2B26

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

Shades of Karaka #2B2B26

Tints of Karaka #2B2B26

Color information

#2B2B26 (or 0x2B2B26) is unknown color: approx 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

RGB434338-
CMYK000.120.83
HSL60º6.17%15.88%-
HSV(B)60º11.63%16.86%-
XYZ2.212.382.18-
YUV42.43125.5128.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=34.68%
G=34.68%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal434338000.120.83606.1715.88
Hex2B2B2600C533c610
Octal535346001412374620
Binary101011101011100110001100101001111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>