#382643

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

Shades of Jagger #382643

Tints of Jagger #382643

Color information

#382643 (or 0x382643) is unknown color: approx Jagger. HEX triplet: 38, 26 and 43. RGB value is (56,38,67). Sum of RGB (Red+Green+Blue) = 56+38+67=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #382643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382643 is #C7D9BC. Grayscale: #2E2E2E. Windows color (decimal): -13097405 or 4400696. OLE color: 4400696.

HSL color Cylindrical-coordinate representation of color #382643: hue angle of 277.24º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382643 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB563867-
CMYK0.160.4300.74
HSL277.24º27.62%20.59%-
HSV(B)277.24º43.28%26.27%-
XYZ3.342.635.64-
YUV46.69139.46134.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=34.78%
G=23.60%
B=41.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5638670.160.4300.74277.2427.6220.59
Hex382643102B04A1151c15
Octal7046103205301124253425
Binary111000100110100001110000101011010010101000101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382643; }

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

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

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

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

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

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

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

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