#382648

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

Shades of Jagger #382648

Tints of Jagger #382648

Color information

#382648 (or 0x382648) is unknown color: approx Jagger. HEX triplet: 38, 26 and 48. RGB value is (56,38,72). Sum of RGB (Red+Green+Blue) = 56+38+72=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #382648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382648 is #C7D9B7. Grayscale: #2F2F2F. Windows color (decimal): -13097400 or 4728376. OLE color: 4728376.

HSL color Cylindrical-coordinate representation of color #382648: hue angle of 271.76º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #382648 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563872-
CMYK0.220.4700.72
HSL271.76º30.91%21.57%-
HSV(B)271.76º47.22%28.24%-
XYZ3.492.696.47-
YUV47.26141.96134.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=33.73%
G=22.89%
B=43.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5638720.220.4700.72271.7630.9121.57
Hex382648162F0481101f16
Octal7046110265701104203726
Binary111000100110100100010110101111010010001000100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382648; }

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

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

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

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

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

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

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

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