#382748

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

Shades of Jagger #382748

Tints of Jagger #382748

Color information

#382748 (or 0x382748) is unknown color: approx Jagger. HEX triplet: 38, 27 and 48. RGB value is (56,39,72). Sum of RGB (Red+Green+Blue) = 56+39+72=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #382748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382748 is #C7D8B7. Grayscale: #2F2F2F. Windows color (decimal): -13097144 or 4728632. OLE color: 4728632.

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

Color convert

RGB563972-
CMYK0.220.4600.72
HSL270.91º29.73%21.76%-
HSV(B)270.91º45.83%28.24%-
XYZ3.532.766.48-
YUV47.84141.63133.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=33.53%
G=23.35%
B=43.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5639720.220.4600.72270.9129.7321.76
Hex382748162E04810f1e16
Octal7047110265601104173626
Binary111000100111100100010110101110010010001000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382748; }

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

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

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

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

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

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

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

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