Html Css Color HEX #382949 Jagger

📋 copy color: '#382949'

red 56 ◦ green 41 ◦ blue 73

#382949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #382949

Tints of Jagger #382949

RGB

 RED value IS 56 (22.27% from 255) = 32.94%

 GREEN value IS 41 (16.41% from 255) = 24.12%

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 32.94%
G = 24.12%
B = 42.94%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382949 (or 0x382949) is known color: Jagger. HEX triplet: 38, 29 and 49. RGB value is (56,41,73). Sum of RGB (Red+Green+Blue) = 56+41+73=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #382949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382949 is #C7D6B6. Grayscale: #313131. Windows color (decimal): -13096631 or 4794680. OLE color: 4794680.

HSL color Cylindrical-coordinate representation of color #382949: hue angle of 268.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #382949 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 41 73 -
CMYK 0.23 0.44 0 0.71
HSL 268.13º 0.28% 0.22% -
HSV(B) 268.13º 0.44% 0.29% -
XYZ 3.63 2.91 6.67 -
YUV 49.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 56 41 73 0.23 0.44 0 0.71 268.13 0.28 0.22
Hex 38 29 49 17 2C 0 47 10C 1C 16
Octal 70 51 111 27 54 0 107 414 34 26
Binary 111000 101001 1001001 10111 101100 0 1000111 100001100 11100 10110

Color Harmonies of #382949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382949

Black with #382949

Text Example


Text Example

White with #382949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382949; }

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

 H1.HeaderClassName
 {
   color: #382949;
 }
 .AnyTagClassName
 {
   color: #382949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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