Html Css Color HEX #382C47 Jagger

📋 copy color: '#382C47'

red 56 ◦ green 44 ◦ blue 71

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

Shades of Jagger #382C47

Tints of Jagger #382C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 32.75%
G = 25.73%
B = 41.52%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382C47 (or 0x382C47) is known color: Jagger. HEX triplet: 38, 2C and 47. RGB value is (56,44,71). Sum of RGB (Red+Green+Blue) = 56+44+71=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #382C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C47 is #C7D3B8. Grayscale: #323232. Windows color (decimal): -13095865 or 4664376. OLE color: 4664376.

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

Color convert

RGB 56 44 71 -
CMYK 0.21 0.38 0 0.72
HSL 266.67º 0.23% 0.23% -
HSV(B) 266.67º 0.38% 0.28% -
XYZ 3.67 3.1 6.37 -
YUV 50.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 56 44 71 0.21 0.38 0 0.72 266.67 0.23 0.23
Hex 38 2C 47 15 26 0 48 10B 17 17
Octal 70 54 107 25 46 0 110 413 27 27
Binary 111000 101100 1000111 10101 100110 0 1001000 100001011 10111 10111

Color Harmonies of #382C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C47

Black with #382C47

Text Example


Text Example

White with #382C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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