#292918

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

Shades of Karaka #292918

Tints of Karaka #292918

Color information

#292918 (or 0x292918) is unknown color: approx Karaka. HEX triplet: 29, 29 and 18. RGB value is (41,41,24). Sum of RGB (Red+Green+Blue) = 41+41+24=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292918 is #D6D6E7. Grayscale: #272727. Windows color (decimal): -14079720 or 1583401. OLE color: 1583401.

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

Color convert

RGB414124-
CMYK000.410.84
HSL60º26.15%12.75%-
HSV(B)60º41.46%16.08%-
XYZ1.872.121.18-
YUV39.06119.5129.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=38.68%
G=38.68%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414124000.410.846026.1512.75
Hex2929180029543c1ad
Octal5151300051124743215
Binary10100110100111000001010011010100111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292918; }

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

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

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

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

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

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

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

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