Html Css Color HEX #382547 Jagger

📋 copy color: '#382547'

red 56 ◦ green 37 ◦ blue 71

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

Shades of Jagger #382547

Tints of Jagger #382547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

 BLUE value IS 71 (28.13% from 255) = 43.29%

R = 34.15%
G = 22.56%
B = 43.29%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382547 (or 0x382547) is known color: Jagger. HEX triplet: 38, 25 and 47. RGB value is (56,37,71). Sum of RGB (Red+Green+Blue) = 56+37+71=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #382547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382547 is #C7DAB8. Grayscale: #2E2E2E. Windows color (decimal): -13097657 or 4662584. OLE color: 4662584.

HSL color Cylindrical-coordinate representation of color #382547: hue angle of 273.53º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382547 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 37 71 -
CMYK 0.21 0.48 0 0.72
HSL 273.53º 0.31% 0.21% -
HSV(B) 273.53º 0.48% 0.28% -
XYZ 3.43 2.62 6.29 -
YUV 46.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 56 37 71 0.21 0.48 0 0.72 273.53 0.31 0.21
Hex 38 25 47 15 30 0 48 112 1F 15
Octal 70 45 107 25 60 0 110 422 37 25
Binary 111000 100101 1000111 10101 110000 0 1001000 100010010 11111 10101

Color Harmonies of #382547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382547

Black with #382547

Text Example


Text Example

White with #382547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382547; }

 p { color: rgb(56,37,71); }

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

background-color css

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

 a { background-color: rgb(56,37,71); }

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

border-color css

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

 span { border-color: rgb(56,37,71); }

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