#28282C

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

Shades of Jaguar #28282C

Tints of Jaguar #28282C

Color information

#28282C (or 0x28282C) is unknown color: approx Jaguar. HEX triplet: 28, 28 and 2C. RGB value is (40,40,44). Sum of RGB (Red+Green+Blue) = 40+40+44=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 44 - color contains mainly: blue. Hex color #28282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28282C is #D7D7D3. Grayscale: #282828. Windows color (decimal): -14145492 or 2893864. OLE color: 2893864.

HSL color Cylindrical-coordinate representation of color #28282C: hue angle of 240º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #28282C is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB404044-
CMYK0.090.0900.83
HSL240º4.76%16.47%-
HSV(B)240º9.09%17.25%-
XYZ2.092.152.69-
YUV40.46130127.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.26%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=32.26%
G=32.26%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4040440.090.0900.832404.7616.47
Hex28282C99053f0510
Octal50505411110123360520
Binary10100010100010110010011001010100111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28282C; }

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

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

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

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

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

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

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

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