#29291A

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

Shades of Karaka #29291A

Tints of Karaka #29291A

Color information

#29291A (or 0x29291A) is unknown color: approx Karaka. HEX triplet: 29, 29 and 1A. RGB value is (41,41,26). Sum of RGB (Red+Green+Blue) = 41+41+26=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29291A is #D6D6E5. Grayscale: #272727. Windows color (decimal): -14079718 or 1714473. OLE color: 1714473.

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

Color convert

RGB414126-
CMYK000.370.84
HSL60º22.39%13.14%-
HSV(B)60º36.59%16.08%-
XYZ1.892.131.29-
YUV39.29120.5129.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=37.96%
G=37.96%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414126000.370.846022.3913.14
Hex29291A0025543c16d
Octal5151320045124742615
Binary10100110100111010001001011010100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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