Html Css Color HEX #381B50 Jagger

📋 copy color: '#381B50'

red 56 ◦ green 27 ◦ blue 80

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

Shades of Jagger #381B50

Tints of Jagger #381B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 34.36%
G = 16.56%
B = 49.08%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381B50 (or 0x381B50) is known color: Jagger. HEX triplet: 38, 1B and 50. RGB value is (56,27,80). Sum of RGB (Red+Green+Blue) = 56+27+80=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #381B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B50 is #C7E4AF. Grayscale: #292929. Windows color (decimal): -13100208 or 5249848. OLE color: 5249848.

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

Color convert

RGB 56 27 80 -
CMYK 0.30 0.66 0 0.69
HSL 272.83º 0.5% 0.21% -
HSV(B) 272.83º 0.66% 0.31% -
XYZ 3.47 2.2 7.83 -
YUV 41.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 56 27 80 0.30 0.66 0 0.69 272.83 0.5 0.21
Hex 38 1B 50 1E 42 0 45 111 32 15
Octal 70 33 120 36 102 0 105 421 62 25
Binary 111000 11011 1010000 11110 1000010 0 1000101 100010001 110010 10101

Color Harmonies of #381B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B50

Black with #381B50

Text Example


Text Example

White with #381B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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