#383040

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

Shades of Jagger #383040

Tints of Jagger #383040

Color information

#383040 (or 0x383040) is unknown color: approx Jagger. HEX triplet: 38, 30 and 40. RGB value is (56,48,64). Sum of RGB (Red+Green+Blue) = 56+48+64=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #383040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383040 is #C7CFBF. Grayscale: #343434. Windows color (decimal): -13094848 or 4206648. OLE color: 4206648.

HSL color Cylindrical-coordinate representation of color #383040: hue angle of 270º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #383040 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB564864-
CMYK0.130.2500.75
HSL270º14.29%21.96%-
HSV(B)270º25%25.1%-
XYZ3.613.325.3-
YUV52.22134.65130.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=33.33%
G=28.57%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5648640.130.2500.7527014.2921.96
Hex383040D1904B10ee16
Octal7060100153101134161626
Binary111000110000100000011011100101001011100001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383040; }

 p { color: rgb(56,48,64); }

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

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

 a { background-color: rgb(56,48,64); }

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

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

 span { border-color: rgb(56,48,64); }

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