#292927

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

Shades of Karaka #292927

Tints of Karaka #292927

Color information

#292927 (or 0x292927) is unknown color: approx Karaka. HEX triplet: 29, 29 and 27. RGB value is (41,41,39). Sum of RGB (Red+Green+Blue) = 41+41+39=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292927 is #D6D6D8. Grayscale: #282828. Windows color (decimal): -14079705 or 2566441. OLE color: 2566441.

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

Color convert

RGB414139-
CMYK000.050.84
HSL60º2.5%15.69%-
HSV(B)60º4.88%16.08%-
XYZ2.072.22.24-
YUV40.77127128.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=33.88%
G=33.88%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414139000.050.84602.515.69
Hex292927005543c310
Octal51514700512474320
Binary1010011010011001110010110101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292927; }

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

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

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

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

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

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

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

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