#282825

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

Shades of Karaka #282825

Tints of Karaka #282825

Color information

#282825 (or 0x282825) is unknown color: approx Karaka. HEX triplet: 28, 28 and 25. RGB value is (40,40,37). Sum of RGB (Red+Green+Blue) = 40+40+37=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 40 - color contains mainly: red, green. Hex color #282825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282825 is #D7D7DA. Grayscale: #272727. Windows color (decimal): -14145499 or 2435112. OLE color: 2435112.

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

Color convert

RGB404037-
CMYK000.070.84
HSL60º3.9%15.1%-
HSV(B)60º7.5%15.69%-
XYZ1.972.12.05-
YUV39.66126.5128.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=34.19%
G=34.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404037000.070.84603.915.1
Hex282825007543c4f
Octal50504500712474417
Binary1010001010001001010011110101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282825; }

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

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

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

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

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

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

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

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