#382345

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

Shades of Jagger #382345

Tints of Jagger #382345

Color information

#382345 (or 0x382345) is unknown color: approx Jagger. HEX triplet: 38, 23 and 45. RGB value is (56,35,69). Sum of RGB (Red+Green+Blue) = 56+35+69=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #382345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382345 is #C7DCBA. Grayscale: #2D2D2D. Windows color (decimal): -13098171 or 4531000. OLE color: 4531000.

HSL color Cylindrical-coordinate representation of color #382345: hue angle of 277.06º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382345 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB563569-
CMYK0.190.4900.73
HSL277.06º32.69%20.39%-
HSV(B)277.06º49.28%27.06%-
XYZ3.312.475.93-
YUV45.16141.46135.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=35%
G=21.88%
B=43.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5635690.190.4900.73277.0632.6920.39
Hex38234513310491152114
Octal7043105236101114254124
Binary1110001000111000101100111100010100100110001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382345; }

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

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

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

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

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

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

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

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