Html Css Color HEX #382847 Jagger

📋 copy color: '#382847'

red 56 ◦ green 40 ◦ blue 71

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

Shades of Jagger #382847

Tints of Jagger #382847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

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

R = 33.53%
G = 23.95%
B = 42.51%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382847 (or 0x382847) is known color: Jagger. HEX triplet: 38, 28 and 47. RGB value is (56,40,71). Sum of RGB (Red+Green+Blue) = 56+40+71=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #382847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382847 is #C7D7B8. Grayscale: #303030. Windows color (decimal): -13096889 or 4663352. OLE color: 4663352.

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

Color convert

RGB 56 40 71 -
CMYK 0.21 0.44 0 0.72
HSL 270.97º 0.28% 0.22% -
HSV(B) 270.97º 0.44% 0.28% -
XYZ 3.53 2.81 6.32 -
YUV 48.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 56 40 71 0.21 0.44 0 0.72 270.97 0.28 0.22
Hex 38 28 47 15 2C 0 48 10F 1C 16
Octal 70 50 107 25 54 0 110 417 34 26
Binary 111000 101000 1000111 10101 101100 0 1001000 100001111 11100 10110

Color Harmonies of #382847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382847

Black with #382847

Text Example


Text Example

White with #382847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382847; }

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

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

background-color css

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

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

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

border-color css

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

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

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