#382943

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

Shades of Jagger #382943

Tints of Jagger #382943

Color information

#382943 (or 0x382943) is unknown color: approx Jagger. HEX triplet: 38, 29 and 43. RGB value is (56,41,67). Sum of RGB (Red+Green+Blue) = 56+41+67=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 67 - color contains mainly: blue. Hex color #382943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382943 is #C7D6BC. Grayscale: #303030. Windows color (decimal): -13096637 or 4401464. OLE color: 4401464.

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

Color convert

RGB564167-
CMYK0.160.3900.74
HSL274.62º24.07%21.18%-
HSV(B)274.62º38.81%26.27%-
XYZ3.442.835.68-
YUV48.45138.47133.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 40.85%
R=34.15%
G=25%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5641670.160.3900.74274.6224.0721.18
Hex382943102704A1131815
Octal7051103204701124233025
Binary111000101001100001110000100111010010101000100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382943; }

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

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

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

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

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

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

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

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