Html Css Color HEX #382B4A Jagger

📋 copy color: '#382B4A'

red 56 ◦ green 43 ◦ blue 74

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

Shades of Jagger #382B4A

Tints of Jagger #382B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.86%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 32.37%
G = 24.86%
B = 42.77%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382B4A (or 0x382B4A) is known color: Jagger. HEX triplet: 38, 2B and 4A. RGB value is (56,43,74). Sum of RGB (Red+Green+Blue) = 56+43+74=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #382B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B4A is #C7D4B5. Grayscale: #323232. Windows color (decimal): -13096118 or 4860728. OLE color: 4860728.

HSL color Cylindrical-coordinate representation of color #382B4A: hue angle of 265.16º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #382B4A is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 43 74 -
CMYK 0.24 0.42 0 0.71
HSL 265.16º 0.26% 0.23% -
HSV(B) 265.16º 0.42% 0.29% -
XYZ 3.73 3.06 6.87 -
YUV 50.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 56 43 74 0.24 0.42 0 0.71 265.16 0.26 0.23
Hex 38 2B 4A 18 2A 0 47 109 1A 17
Octal 70 53 112 30 52 0 107 411 32 27
Binary 111000 101011 1001010 11000 101010 0 1000111 100001001 11010 10111

Color Harmonies of #382B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B4A

Black with #382B4A

Text Example


Text Example

White with #382B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,43,74); }

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

background-color css

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

 a { background-color: rgb(56,43,74); }

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

border-color css

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

 span { border-color: rgb(56,43,74); }

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