#382949

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

Shades of Jagger #382949

Tints of Jagger #382949

Color information

#382949 (or 0x382949) is unknown color: approx Jagger. HEX triplet: 38, 29 and 49. RGB value is (56,41,73). Sum of RGB (Red+Green+Blue) = 56+41+73=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #382949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382949 is #C7D6B6. Grayscale: #313131. Windows color (decimal): -13096631 or 4794680. OLE color: 4794680.

HSL color Cylindrical-coordinate representation of color #382949: hue angle of 268.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #382949 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB564173-
CMYK0.230.4400.71
HSL268.12º28.07%22.35%-
HSV(B)268.12º43.84%28.63%-
XYZ3.632.916.67-
YUV49.13141.47132.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=32.94%
G=24.12%
B=42.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5641730.230.4400.71268.1228.0722.35
Hex382949172C04710c1c16
Octal7051111275401074143426
Binary111000101001100100110111101100010001111000011001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382949; }

 p { color: rgb(56,41,73); }

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

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

 a { background-color: rgb(56,41,73); }

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

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

 span { border-color: rgb(56,41,73); }

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