#382945

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

Shades of Jagger #382945

Tints of Jagger #382945

Color information

#382945 (or 0x382945) is unknown color: approx Jagger. HEX triplet: 38, 29 and 45. RGB value is (56,41,69). Sum of RGB (Red+Green+Blue) = 56+41+69=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #382945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382945 is #C7D6BA. Grayscale: #303030. Windows color (decimal): -13096635 or 4532536. OLE color: 4532536.

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

Color convert

RGB564169-
CMYK0.190.4100.73
HSL272.14º25.45%21.57%-
HSV(B)272.14º40.58%27.06%-
XYZ3.52.866-
YUV48.68139.47133.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=33.73%
G=24.70%
B=41.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5641690.190.4100.73272.1425.4521.57
Hex38294513290491101916
Octal7051105235101114203126
Binary111000101001100010110011101001010010011000100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382945; }

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

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

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

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

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

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

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

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