#29291E

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

Shades of Karaka #29291E

Tints of Karaka #29291E

Color information

#29291E (or 0x29291E) is unknown color: approx Karaka. HEX triplet: 29, 29 and 1E. RGB value is (41,41,30). Sum of RGB (Red+Green+Blue) = 41+41+30=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29291E is #D6D6E1. Grayscale: #272727. Windows color (decimal): -14079714 or 1976617. OLE color: 1976617.

HSL color Cylindrical-coordinate representation of color #29291E: hue angle of 60º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29291E is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB414130-
CMYK000.270.84
HSL60º15.49%13.92%-
HSV(B)60º26.83%16.08%-
XYZ1.942.151.54-
YUV39.75122.5128.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=36.61%
G=36.61%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414130000.270.846015.4913.92
Hex29291E001B543cfe
Octal5151360033124741716
Binary101001101001111100011011101010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29291E; }

 p { color: rgb(41,41,30); }

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

<style>
 a { background-color: #29291E; }

 a { background-color: rgb(41,41,30); }

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

<style>
 span { border-color: #29291E; }

 span { border-color: rgb(41,41,30); }

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