#382451

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

Shades of Jagger #382451

Tints of Jagger #382451

Color information

#382451 (or 0x382451) is unknown color: approx Jagger. HEX triplet: 38, 24 and 51. RGB value is (56,36,81). Sum of RGB (Red+Green+Blue) = 56+36+81=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #382451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382451 is #C7DBAE. Grayscale: #2E2E2E. Windows color (decimal): -13097903 or 5317688. OLE color: 5317688.

HSL color Cylindrical-coordinate representation of color #382451: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382451 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB563681-
CMYK0.310.5600.68
HSL266.67º38.46%22.94%-
HSV(B)266.67º55.56%31.76%-
XYZ3.752.78.11-
YUV47.11147.13134.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=32.37%
G=20.81%
B=46.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5636810.310.5600.68266.6738.4622.94
Hex3824511F3804410b2617
Octal7044121377001044134627
Binary1110001001001010001111111110000100010010000101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382451; }

 p { color: rgb(56,36,81); }

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

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

 a { background-color: rgb(56,36,81); }

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

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

 span { border-color: rgb(56,36,81); }

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