#282821

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

Shades of Karaka #282821

Tints of Karaka #282821

Color information

#282821 (or 0x282821) is unknown color: approx Karaka. HEX triplet: 28, 28 and 21. RGB value is (40,40,33). Sum of RGB (Red+Green+Blue) = 40+40+33=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 40 - color contains mainly: red, green. Hex color #282821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282821 is #D7D7DE. Grayscale: #272727. Windows color (decimal): -14145503 or 2172968. OLE color: 2172968.

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

Color convert

RGB404033-
CMYK000.170.84
HSL60º9.59%14.31%-
HSV(B)60º17.5%15.69%-
XYZ1.912.081.74-
YUV39.2124.5128.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=35.40%
G=35.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404033000.170.84609.5914.31
Hex2828210011543cae
Octal5050410021124741216
Binary1010001010001000010010001101010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282821; }

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

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

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

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

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

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

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

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