#292928

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

Shades of Karaka #292928

Tints of Karaka #292928

Color information

#292928 (or 0x292928) is unknown color: approx Karaka. HEX triplet: 29, 29 and 28. RGB value is (41,41,40). Sum of RGB (Red+Green+Blue) = 41+41+40=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292928 is #D6D6D7. Grayscale: #282828. Windows color (decimal): -14079704 or 2631977. OLE color: 2631977.

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

Color convert

RGB414140-
CMYK000.020.84
HSL60º1.23%15.88%-
HSV(B)60º2.44%16.08%-
XYZ2.092.212.32-
YUV40.89127.5128.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=33.61%
G=33.61%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414140000.020.84601.2315.88
Hex292928002543c110
Octal51515000212474120
Binary10100110100110100000101010100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292928; }

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

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

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

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

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

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

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

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