#382E42

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

Shades of Jagger #382E42

Tints of Jagger #382E42

Color information

#382E42 (or 0x382E42) is unknown color: approx Jagger. HEX triplet: 38, 2E and 42. RGB value is (56,46,66). Sum of RGB (Red+Green+Blue) = 56+46+66=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #382E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E42 is #C7D1BD. Grayscale: #333333. Windows color (decimal): -13095358 or 4337208. OLE color: 4337208.

HSL color Cylindrical-coordinate representation of color #382E42: hue angle of 270º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382E42 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB564666-
CMYK0.150.3000.74
HSL270º17.86%21.96%-
HSV(B)270º30.3%25.88%-
XYZ3.593.195.58-
YUV51.27136.31131.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=33.33%
G=27.38%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5646660.150.3000.7427017.8621.96
Hex382E42F1E04A10e1216
Octal7056102173601124162226
Binary1110001011101000010111111110010010101000011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E42; }

 p { color: rgb(56,46,66); }

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

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

 a { background-color: rgb(56,46,66); }

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

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

 span { border-color: rgb(56,46,66); }

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