Html Css Color HEX #381D4D Jagger

📋 copy color: '#381D4D'

red 56 ◦ green 29 ◦ blue 77

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

Shades of Jagger #381D4D

Tints of Jagger #381D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 34.57%
G = 17.9%
B = 47.53%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#381D4D (or 0x381D4D) is known color: Jagger. HEX triplet: 38, 1D and 4D. RGB value is (56,29,77). Sum of RGB (Red+Green+Blue) = 56+29+77=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #381D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D4D is #C7E2B2. Grayscale: #2A2A2A. Windows color (decimal): -13099699 or 5053752. OLE color: 5053752.

HSL color Cylindrical-coordinate representation of color #381D4D: hue angle of 273.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381D4D is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 29 77 -
CMYK 0.27 0.62 0 0.70
HSL 273.75º 0.45% 0.21% -
HSV(B) 273.75º 0.62% 0.3% -
XYZ 3.41 2.26 7.28 -
YUV 42.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 56 29 77 0.27 0.62 0 0.70 273.75 0.45 0.21
Hex 38 1D 4D 1B 3E 0 46 112 2D 15
Octal 70 35 115 33 76 0 106 422 55 25
Binary 111000 11101 1001101 11011 111110 0 1000110 100010010 101101 10101

Color Harmonies of #381D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D4D

Black with #381D4D

Text Example


Text Example

White with #381D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D4D; }

 p { color: rgb(56,29,77); }

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

background-color css

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

 a { background-color: rgb(56,29,77); }

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

border-color css

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

 span { border-color: rgb(56,29,77); }

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