Html Css Color HEX #382249 Jagger

📋 copy color: '#382249'

red 56 ◦ green 34 ◦ blue 73

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

Shades of Jagger #382249

Tints of Jagger #382249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

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

R = 34.36%
G = 20.86%
B = 44.79%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382249 (or 0x382249) is known color: Jagger. HEX triplet: 38, 22 and 49. RGB value is (56,34,73). Sum of RGB (Red+Green+Blue) = 56+34+73=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #382249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382249 is #C7DDB6. Grayscale: #2C2C2C. Windows color (decimal): -13098423 or 4792888. OLE color: 4792888.

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

Color convert

RGB 56 34 73 -
CMYK 0.23 0.53 0 0.71
HSL 273.85º 0.36% 0.21% -
HSV(B) 273.85º 0.53% 0.29% -
XYZ 3.41 2.47 6.6 -
YUV 45.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 56 34 73 0.23 0.53 0 0.71 273.85 0.36 0.21
Hex 38 22 49 17 35 0 47 112 24 15
Octal 70 42 111 27 65 0 107 422 44 25
Binary 111000 100010 1001001 10111 110101 0 1000111 100010010 100100 10101

Color Harmonies of #382249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382249

Black with #382249

Text Example


Text Example

White with #382249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382249; }

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

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

background-color css

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

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

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

border-color css

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

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

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