#282820

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

Shades of Karaka #282820

Tints of Karaka #282820

Color information

#282820 (or 0x282820) is unknown color: approx Karaka. HEX triplet: 28, 28 and 20. RGB value is (40,40,32). Sum of RGB (Red+Green+Blue) = 40+40+32=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 40 - color contains mainly: red, green. Hex color #282820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282820 is #D7D7DF. Grayscale: #272727. Windows color (decimal): -14145504 or 2107432. OLE color: 2107432.

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

Color convert

RGB404032-
CMYK000.200.84
HSL60º11.11%14.12%-
HSV(B)60º20%15.69%-
XYZ1.892.071.67-
YUV39.09124128.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404032000.200.846011.1114.12
Hex2828200014543cbe
Octal5050400024124741316
Binary1010001010001000000010100101010011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282820; }

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

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

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

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

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

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

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

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