#282813

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

Shades of Karaka #282813

Tints of Karaka #282813

Color information

#282813 (or 0x282813) is unknown color: approx Karaka. HEX triplet: 28, 28 and 13. RGB value is (40,40,19). Sum of RGB (Red+Green+Blue) = 40+40+19=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 40 - color contains mainly: red, green. Hex color #282813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282813 is #D7D7EC. Grayscale: #252525. Windows color (decimal): -14145517 or 1255464. OLE color: 1255464.

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

Color convert

RGB404019-
CMYK000.520.84
HSL60º35.59%11.57%-
HSV(B)60º52.5%15.69%-
XYZ1.752.020.91-
YUV37.61117.5129.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=40.40%
G=40.40%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404019000.520.846035.5911.57
Hex2828130034543c24c
Octal5050230064124744414
Binary101000101000100110011010010101001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282813; }

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

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

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

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

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

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

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

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