#382746

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

Shades of Jagger #382746

Tints of Jagger #382746

Color information

#382746 (or 0x382746) is unknown color: approx Jagger. HEX triplet: 38, 27 and 46. RGB value is (56,39,70). Sum of RGB (Red+Green+Blue) = 56+39+70=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #382746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382746 is #C7D8B9. Grayscale: #2F2F2F. Windows color (decimal): -13097146 or 4597560. OLE color: 4597560.

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

Color convert

RGB563970-
CMYK0.200.4400.73
HSL272.9º28.44%21.37%-
HSV(B)272.9º44.29%27.45%-
XYZ3.462.736.14-
YUV47.62140.63133.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=33.94%
G=23.64%
B=42.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5639700.200.4400.73272.928.4421.37
Hex382746142C0491111c15
Octal7047106245401114213425
Binary111000100111100011010100101100010010011000100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382746; }

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

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

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

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

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

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

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

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