#382644

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

Shades of Jagger #382644

Tints of Jagger #382644

Color information

#382644 (or 0x382644) is unknown color: approx Jagger. HEX triplet: 38, 26 and 44. RGB value is (56,38,68). Sum of RGB (Red+Green+Blue) = 56+38+68=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #382644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382644 is #C7D9BB. Grayscale: #2E2E2E. Windows color (decimal): -13097404 or 4466232. OLE color: 4466232.

HSL color Cylindrical-coordinate representation of color #382644: hue angle of 276º 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 #382644 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB563868-
CMYK0.180.4400.73
HSL276º28.3%20.78%-
HSV(B)276º44.12%26.67%-
XYZ3.372.645.8-
YUV46.8139.96134.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=34.57%
G=23.46%
B=41.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5638680.180.4400.7327628.320.78
Hex382644122C0491141c15
Octal7046104225401114243425
Binary111000100110100010010010101100010010011000101001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382644; }

 p { color: rgb(56,38,68); }

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

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

 a { background-color: rgb(56,38,68); }

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

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

 span { border-color: rgb(56,38,68); }

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