#29291C

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

Shades of Karaka #29291C

Tints of Karaka #29291C

Color information

#29291C (or 0x29291C) is unknown color: approx Karaka. HEX triplet: 29, 29 and 1C. RGB value is (41,41,28). Sum of RGB (Red+Green+Blue) = 41+41+28=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29291C is #D6D6E3. Grayscale: #272727. Windows color (decimal): -14079716 or 1845545. OLE color: 1845545.

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

Color convert

RGB414128-
CMYK000.320.84
HSL60º18.84%13.53%-
HSV(B)60º31.71%16.08%-
XYZ1.922.141.41-
YUV39.52121.5129.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=37.27%
G=37.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414128000.320.846018.8413.53
Hex29291C0020543c13e
Octal5151340040124742316
Binary10100110100111100001000001010100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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