#292913

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

Shades of Karaka #292913

Tints of Karaka #292913

Color information

#292913 (or 0x292913) is unknown color: approx Karaka. HEX triplet: 29, 29 and 13. RGB value is (41,41,19). Sum of RGB (Red+Green+Blue) = 41+41+19=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292913 is #D6D6EC. Grayscale: #262626. Windows color (decimal): -14079725 or 1255721. OLE color: 1255721.

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

Color convert

RGB414119-
CMYK000.540.84
HSL60º36.67%11.76%-
HSV(B)60º53.66%16.08%-
XYZ1.822.10.93-
YUV38.49117129.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 41 (16.41% from 255) = 40.59%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=40.59%
G=40.59%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414119000.540.846036.6711.76
Hex2929130036543c25c
Octal5151230066124744514
Binary101001101001100110011011010101001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292913; }

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

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

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

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

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

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

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

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