#383041

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

Shades of Jagger #383041

Tints of Jagger #383041

Color information

#383041 (or 0x383041) is unknown color: approx Jagger. HEX triplet: 38, 30 and 41. RGB value is (56,48,65). Sum of RGB (Red+Green+Blue) = 56+48+65=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #383041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383041 is #C7CFBE. Grayscale: #343434. Windows color (decimal): -13094847 or 4272184. OLE color: 4272184.

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

Color convert

RGB564865-
CMYK0.140.2600.75
HSL268.24º15.04%22.16%-
HSV(B)268.24º26.15%25.49%-
XYZ3.643.345.45-
YUV52.33135.15130.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=33.14%
G=28.40%
B=38.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5648650.140.2600.75268.2415.0422.16
Hex383041E1A04B10cf16
Octal7060101163201134141726
Binary111000110000100000111101101001001011100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383041; }

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

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

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

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

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

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

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

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