#292923

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

Shades of Karaka #292923

Tints of Karaka #292923

Color information

#292923 (or 0x292923) is unknown color: approx Karaka. HEX triplet: 29, 29 and 23. RGB value is (41,41,35). Sum of RGB (Red+Green+Blue) = 41+41+35=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292923 is #D6D6DC. Grayscale: #282828. Windows color (decimal): -14079709 or 2304297. OLE color: 2304297.

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

Color convert

RGB414135-
CMYK000.150.84
HSL60º7.89%14.9%-
HSV(B)60º14.63%16.08%-
XYZ2.012.181.9-
YUV40.32125128.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=35.04%
G=35.04%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414135000.150.84607.8914.9
Hex29292300F543c8f
Octal5151430017124741017
Binary101001101001100011001111101010011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292923; }

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

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

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

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

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

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

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

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