#292A16

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

Shades of Karaka #292A16

Tints of Karaka #292A16

Color information

#292A16 (or 0x292A16) is unknown color: approx Karaka. HEX triplet: 29, 2A and 16. RGB value is (41,42,22). Sum of RGB (Red+Green+Blue) = 41+42+22=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 42 - color contains mainly: green. Hex color #292A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292A16 is #D6D5E9. Grayscale: #272727. Windows color (decimal): -14079466 or 1452585. OLE color: 1452585.

HSL color Cylindrical-coordinate representation of color #292A16: hue angle of 63º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #292A16 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB414222-
CMYK0.0200.480.84
HSL63º31.25%12.55%-
HSV(B)63º47.62%16.47%-
XYZ1.892.191.08-
YUV39.42118.17129.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 42 (16.80% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=39.05%
G=40%
B=20.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4142220.0200.480.846331.2512.55
Hex292A162030543f1fd
Octal5152262060124773715
Binary101001101010101101001100001010100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292A16; }

 p { color: rgb(41,42,22); }

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

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

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

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

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

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

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