Html Css Color HEX #382048 Jagger

📋 copy color: '#382048'

red 56 ◦ green 32 ◦ blue 72

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

Shades of Jagger #382048

Tints of Jagger #382048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 72 (28.52% from 255) = 45%

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382048 (or 0x382048) is known color: Jagger. HEX triplet: 38, 20 and 48. RGB value is (56,32,72). Sum of RGB (Red+Green+Blue) = 56+32+72=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #382048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382048 is #C7DFB7. Grayscale: #2B2B2B. Windows color (decimal): -13098936 or 4726840. OLE color: 4726840.

HSL color Cylindrical-coordinate representation of color #382048: hue angle of 276º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382048 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 32 72 -
CMYK 0.22 0.56 0 0.72
HSL 276º 0.38% 0.2% -
HSV(B) 276º 0.56% 0.28% -
XYZ 3.32 2.34 6.41 -
YUV 43.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 56 32 72 0.22 0.56 0 0.72 276 0.38 0.2
Hex 38 20 48 16 38 0 48 114 26 14
Octal 70 40 110 26 70 0 110 424 46 24
Binary 111000 100000 1001000 10110 111000 0 1001000 100010100 100110 10100

Color Harmonies of #382048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382048

Black with #382048

Text Example


Text Example

White with #382048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382048; }

 p { color: rgb(56,32,72); }

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

background-color css

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

 a { background-color: rgb(56,32,72); }

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

border-color css

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

 span { border-color: rgb(56,32,72); }

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