#382747

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

Shades of Jagger #382747

Tints of Jagger #382747

Color information

#382747 (or 0x382747) is unknown color: approx Jagger. HEX triplet: 38, 27 and 47. RGB value is (56,39,71). Sum of RGB (Red+Green+Blue) = 56+39+71=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #382747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382747 is #C7D8B8. Grayscale: #2F2F2F. Windows color (decimal): -13097145 or 4663096. OLE color: 4663096.

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

Color convert

RGB563971-
CMYK0.210.4500.72
HSL271.88º29.09%21.57%-
HSV(B)271.88º45.07%27.84%-
XYZ3.492.756.31-
YUV47.73141.13133.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=33.73%
G=23.49%
B=42.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5639710.210.4500.72271.8829.0921.57
Hex382747152D0481101d16
Octal7047107255501104203526
Binary111000100111100011110101101101010010001000100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382747; }

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

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

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

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

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

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

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

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