Html Css Color HEX #382347 Jagger

📋 copy color: '#382347'

red 56 ◦ green 35 ◦ blue 71

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

Shades of Jagger #382347

Tints of Jagger #382347

RGB

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

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

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

R = 34.57%
G = 21.6%
B = 43.83%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382347 (or 0x382347) is known color: Jagger. HEX triplet: 38, 23 and 47. RGB value is (56,35,71). Sum of RGB (Red+Green+Blue) = 56+35+71=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #382347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382347 is #C7DCB8. Grayscale: #2D2D2D. Windows color (decimal): -13098169 or 4662072. OLE color: 4662072.

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

Color convert

RGB 56 35 71 -
CMYK 0.21 0.51 0 0.72
HSL 275º 0.34% 0.21% -
HSV(B) 275º 0.51% 0.28% -
XYZ 3.37 2.5 6.27 -
YUV 45.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 56 35 71 0.21 0.51 0 0.72 275 0.34 0.21
Hex 38 23 47 15 33 0 48 113 22 15
Octal 70 43 107 25 63 0 110 423 42 25
Binary 111000 100011 1000111 10101 110011 0 1001000 100010011 100010 10101

Color Harmonies of #382347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382347

Black with #382347

Text Example


Text Example

White with #382347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382347; }

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

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

background-color css

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

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

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

border-color css

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

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

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