#382250

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

Shades of Jagger #382250

Tints of Jagger #382250

Color information

#382250 (or 0x382250) is unknown color: approx Jagger. HEX triplet: 38, 22 and 50. RGB value is (56,34,80). Sum of RGB (Red+Green+Blue) = 56+34+80=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #382250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382250 is #C7DDAF. Grayscale: #2D2D2D. Windows color (decimal): -13098416 or 5251640. OLE color: 5251640.

HSL color Cylindrical-coordinate representation of color #382250: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382250 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563480-
CMYK0.300.5800.69
HSL268.7º40.35%22.35%-
HSV(B)268.7º57.5%31.37%-
XYZ3.652.567.89-
YUV45.82147.29135.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=32.94%
G=20%
B=47.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5634800.300.5800.69268.740.3522.35
Hex3822501E3A04510d2816
Octal7042120367201054155026
Binary1110001000101010000111101110100100010110000110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382250; }

 p { color: rgb(56,34,80); }

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

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

 a { background-color: rgb(56,34,80); }

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

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

 span { border-color: rgb(56,34,80); }

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