#382843

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

Shades of Jagger #382843

Tints of Jagger #382843

Color information

#382843 (or 0x382843) is unknown color: approx Jagger. HEX triplet: 38, 28 and 43. RGB value is (56,40,67). Sum of RGB (Red+Green+Blue) = 56+40+67=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #382843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382843 is #C7D7BC. Grayscale: #2F2F2F. Windows color (decimal): -13096893 or 4401208. OLE color: 4401208.

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

Color convert

RGB564067-
CMYK0.160.4000.74
HSL275.56º25.23%20.98%-
HSV(B)275.56º40.3%26.27%-
XYZ3.42.765.66-
YUV47.86138.8133.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=34.36%
G=24.54%
B=41.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5640670.160.4000.74275.5625.2320.98
Hex382843102804A1141915
Octal7050103205001124243125
Binary111000101000100001110000101000010010101000101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382843; }

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

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

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

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

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

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

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

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