Html Css Color HEX #381D50 Jagger

📋 copy color: '#381D50'

red 56 ◦ green 29 ◦ blue 80

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

Shades of Jagger #381D50

Tints of Jagger #381D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 33.94%
G = 17.58%
B = 48.48%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381D50 (or 0x381D50) is known color: Jagger. HEX triplet: 38, 1D and 50. RGB value is (56,29,80). Sum of RGB (Red+Green+Blue) = 56+29+80=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #381D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D50 is #C7E2AF. Grayscale: #2A2A2A. Windows color (decimal): -13099696 or 5250360. OLE color: 5250360.

HSL color Cylindrical-coordinate representation of color #381D50: hue angle of 271.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381D50 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 29 80 -
CMYK 0.30 0.64 0 0.69
HSL 271.76º 0.47% 0.21% -
HSV(B) 271.76º 0.64% 0.31% -
XYZ 3.52 2.3 7.85 -
YUV 42.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 56 29 80 0.30 0.64 0 0.69 271.76 0.47 0.21
Hex 38 1D 50 1E 40 0 45 110 2F 15
Octal 70 35 120 36 100 0 105 420 57 25
Binary 111000 11101 1010000 11110 1000000 0 1000101 100010000 101111 10101

Color Harmonies of #381D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D50

Black with #381D50

Text Example


Text Example

White with #381D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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