#282910

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

Shades of Karaka #282910

Tints of Karaka #282910

Color information

#282910 (or 0x282910) is unknown color: approx Karaka. HEX triplet: 28, 29 and 10. RGB value is (40,41,16). Sum of RGB (Red+Green+Blue) = 40+41+16=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #282910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282910 is #D7D6EF. Grayscale: #252525. Windows color (decimal): -14145264 or 1059112. OLE color: 1059112.

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

Color convert

RGB404116-
CMYK0.0200.610.84
HSL62.4º43.86%11.18%-
HSV(B)62.4º60.98%16.08%-
XYZ1.762.070.8-
YUV37.85115.67129.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=41.24%
G=42.27%
B=16.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041160.0200.610.8462.443.8611.18
Hex282910203D543e2cb
Octal5051202075124765413
Binary1010001010011000010011110110101001111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282910; }

 p { color: rgb(40,41,16); }

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

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

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

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

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

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

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