#382642

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

Shades of Jagger #382642

Tints of Jagger #382642

Color information

#382642 (or 0x382642) is unknown color: approx Jagger. HEX triplet: 38, 26 and 42. RGB value is (56,38,66). Sum of RGB (Red+Green+Blue) = 56+38+66=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #382642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382642 is #C7D9BD. Grayscale: #2E2E2E. Windows color (decimal): -13097406 or 4335160. OLE color: 4335160.

HSL color Cylindrical-coordinate representation of color #382642: hue angle of 278.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #382642 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB563866-
CMYK0.150.4200.74
HSL278.57º26.92%20.39%-
HSV(B)278.57º42.42%25.88%-
XYZ3.312.625.49-
YUV46.57138.96134.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=35%
G=23.75%
B=41.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5638660.150.4200.74278.5726.9220.39
Hex382642F2A04A1171b14
Octal7046102175201124273324
Binary11100010011010000101111101010010010101000101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382642; }

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

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

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

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

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

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

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

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