#28281A

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

Shades of Karaka #28281A

Tints of Karaka #28281A

Color information

#28281A (or 0x28281A) is unknown color: approx Karaka. HEX triplet: 28, 28 and 1A. RGB value is (40,40,26). Sum of RGB (Red+Green+Blue) = 40+40+26=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 40 - color contains mainly: red, green. Hex color #28281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28281A is #D7D7E5. Grayscale: #262626. Windows color (decimal): -14145510 or 1714216. OLE color: 1714216.

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

Color convert

RGB404026-
CMYK000.350.84
HSL60º21.21%12.94%-
HSV(B)60º35%15.69%-
XYZ1.822.041.28-
YUV38.4121129.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=37.74%
G=37.74%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404026000.350.846021.2112.94
Hex28281A0023543c15d
Octal5050320043124742515
Binary10100010100011010001000111010100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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