#292925

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

Shades of Karaka #292925

Tints of Karaka #292925

Color information

#292925 (or 0x292925) is unknown color: approx Karaka. HEX triplet: 29, 29 and 25. RGB value is (41,41,37). Sum of RGB (Red+Green+Blue) = 41+41+37=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292925 is #D6D6DA. Grayscale: #282828. Windows color (decimal): -14079707 or 2435369. OLE color: 2435369.

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

Color convert

RGB414137-
CMYK000.100.84
HSL60º5.13%15.29%-
HSV(B)60º9.76%16.08%-
XYZ2.042.192.07-
YUV40.54126128.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=34.45%
G=34.45%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414137000.100.84605.1315.29
Hex29292500A543c5f
Octal515145001212474517
Binary10100110100110010100101010101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292925; }

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

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

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

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

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

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

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

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