#382147

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

Shades of Jagger #382147

Tints of Jagger #382147

Color information

#382147 (or 0x382147) is unknown color: approx Jagger. HEX triplet: 38, 21 and 47. RGB value is (56,33,71). Sum of RGB (Red+Green+Blue) = 56+33+71=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #382147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382147 is #C7DEB8. Grayscale: #2C2C2C. Windows color (decimal): -13098681 or 4661560. OLE color: 4661560.

HSL color Cylindrical-coordinate representation of color #382147: hue angle of 276.32º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382147 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563371-
CMYK0.210.5400.72
HSL276.32º36.54%20.39%-
HSV(B)276.32º53.52%27.84%-
XYZ3.312.386.25-
YUV44.21143.12136.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=35%
G=20.62%
B=44.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5633710.210.5400.72276.3236.5420.39
Hex38214715360481142514
Octal7041107256601104244524
Binary1110001000011000111101011101100100100010001010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382147; }

 p { color: rgb(56,33,71); }

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

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

 a { background-color: rgb(56,33,71); }

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

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

 span { border-color: rgb(56,33,71); }

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