Html Css Color HEX #382747 Jagger

📋 copy color: '#382747'

red 56 ◦ green 39 ◦ blue 71

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

Shades of Jagger #382747

Tints of Jagger #382747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 33.73%
G = 23.49%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382747 (or 0x382747) is known color: Jagger. HEX triplet: 38, 27 and 47. RGB value is (56,39,71). Sum of RGB (Red+Green+Blue) = 56+39+71=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #382747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382747 is #C7D8B8. Grayscale: #2F2F2F. Windows color (decimal): -13097145 or 4663096. OLE color: 4663096.

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

Color convert

RGB 56 39 71 -
CMYK 0.21 0.45 0 0.72
HSL 271.88º 0.29% 0.22% -
HSV(B) 271.88º 0.45% 0.28% -
XYZ 3.49 2.75 6.31 -
YUV 47.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 56 39 71 0.21 0.45 0 0.72 271.88 0.29 0.22
Hex 38 27 47 15 2D 0 48 110 1D 16
Octal 70 47 107 25 55 0 110 420 35 26
Binary 111000 100111 1000111 10101 101101 0 1001000 100010000 11101 10110

Color Harmonies of #382747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382747

Black with #382747

Text Example


Text Example

White with #382747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382747; }

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

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

background-color css

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

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

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

border-color css

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

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

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