Html Css Color HEX #382349 Jagger

📋 copy color: '#382349'

red 56 ◦ green 35 ◦ blue 73

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

Shades of Jagger #382349

Tints of Jagger #382349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.34%

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

R = 34.15%
G = 21.34%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382349 (or 0x382349) is known color: Jagger. HEX triplet: 38, 23 and 49. RGB value is (56,35,73). Sum of RGB (Red+Green+Blue) = 56+35+73=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #382349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382349 is #C7DCB6. Grayscale: #2D2D2D. Windows color (decimal): -13098167 or 4793144. OLE color: 4793144.

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

Color convert

RGB 56 35 73 -
CMYK 0.23 0.52 0 0.71
HSL 273.16º 0.35% 0.21% -
HSV(B) 273.16º 0.52% 0.29% -
XYZ 3.43 2.52 6.61 -
YUV 45.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 56 35 73 0.23 0.52 0 0.71 273.16 0.35 0.21
Hex 38 23 49 17 34 0 47 111 23 15
Octal 70 43 111 27 64 0 107 421 43 25
Binary 111000 100011 1001001 10111 110100 0 1000111 100010001 100011 10101

Color Harmonies of #382349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382349

Black with #382349

Text Example


Text Example

White with #382349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382349; }

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

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

background-color css

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

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

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

border-color css

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

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

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