#382947

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

Shades of Jagger #382947

Tints of Jagger #382947

Color information

#382947 (or 0x382947) is unknown color: approx Jagger. HEX triplet: 38, 29 and 47. RGB value is (56,41,71). Sum of RGB (Red+Green+Blue) = 56+41+71=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #382947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382947 is #C7D6B8. Grayscale: #303030. Windows color (decimal): -13096633 or 4663608. OLE color: 4663608.

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

Color convert

RGB564171-
CMYK0.210.4200.72
HSL270º26.79%21.96%-
HSV(B)270º42.25%27.84%-
XYZ3.562.886.33-
YUV48.9140.47133.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=33.33%
G=24.40%
B=42.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5641710.210.4200.7227026.7921.96
Hex382947152A04810e1b16
Octal7051107255201104163326
Binary111000101001100011110101101010010010001000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382947; }

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

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

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

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

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

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

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

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