#292920

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

Shades of Karaka #292920

Tints of Karaka #292920

Color information

#292920 (or 0x292920) is unknown color: approx Karaka. HEX triplet: 29, 29 and 20. RGB value is (41,41,32). Sum of RGB (Red+Green+Blue) = 41+41+32=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292920 is #D6D6DF. Grayscale: #282828. Windows color (decimal): -14079712 or 2107689. OLE color: 2107689.

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

Color convert

RGB414132-
CMYK000.220.84
HSL60º12.33%14.31%-
HSV(B)60º21.95%16.08%-
XYZ1.972.161.68-
YUV39.97123.5128.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=35.96%
G=35.96%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414132000.220.846012.3314.31
Hex2929200016543cce
Octal5151400026124741416
Binary1010011010011000000010110101010011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292920; }

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

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

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

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

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

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

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

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