#28281E

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

Shades of Karaka #28281E

Tints of Karaka #28281E

Color information

#28281E (or 0x28281E) is unknown color: approx Karaka. HEX triplet: 28, 28 and 1E. RGB value is (40,40,30). Sum of RGB (Red+Green+Blue) = 40+40+30=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 40 - color contains mainly: red, green. Hex color #28281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28281E is #D7D7E1. Grayscale: #262626. Windows color (decimal): -14145506 or 1976360. OLE color: 1976360.

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

Color convert

RGB404030-
CMYK000.250.84
HSL60º14.29%13.73%-
HSV(B)60º25%15.69%-
XYZ1.872.061.53-
YUV38.86123128.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404030000.250.846014.2913.73
Hex28281E0019543cee
Octal5050360031124741616
Binary101000101000111100011001101010011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28281E; }

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

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

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

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

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

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

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

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