#382351

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

Shades of Jagger #382351

Tints of Jagger #382351

Color information

#382351 (or 0x382351) is unknown color: approx Jagger. HEX triplet: 38, 23 and 51. RGB value is (56,35,81). Sum of RGB (Red+Green+Blue) = 56+35+81=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #382351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382351 is #C7DCAE. Grayscale: #2E2E2E. Windows color (decimal): -13098159 or 5317432. OLE color: 5317432.

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

Color convert

RGB563581-
CMYK0.310.5700.68
HSL267.39º39.66%22.75%-
HSV(B)267.39º56.79%31.76%-
XYZ3.722.648.1-
YUV46.52147.46134.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=32.56%
G=20.35%
B=47.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5635810.310.5700.68267.3939.6622.75
Hex3823511F3904410b2817
Octal7043121377101044135027
Binary1110001000111010001111111110010100010010000101110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382351; }

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

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

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

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

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

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

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

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