Html Css Color HEX #382B48 Jagger

📋 copy color: '#382B48'

red 56 ◦ green 43 ◦ blue 72

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

Shades of Jagger #382B48

Tints of Jagger #382B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 32.75%
G = 25.15%
B = 42.11%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382B48 (or 0x382B48) is known color: Jagger. HEX triplet: 38, 2B and 48. RGB value is (56,43,72). Sum of RGB (Red+Green+Blue) = 56+43+72=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #382B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B48 is #C7D4B7. Grayscale: #323232. Windows color (decimal): -13096120 or 4729656. OLE color: 4729656.

HSL color Cylindrical-coordinate representation of color #382B48: hue angle of 266.9º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #382B48 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 43 72 -
CMYK 0.22 0.40 0 0.72
HSL 266.9º 0.25% 0.23% -
HSV(B) 266.9º 0.4% 0.28% -
XYZ 3.66 3.04 6.52 -
YUV 50.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 56 43 72 0.22 0.40 0 0.72 266.9 0.25 0.23
Hex 38 2B 48 16 28 0 48 10B 19 17
Octal 70 53 110 26 50 0 110 413 31 27
Binary 111000 101011 1001000 10110 101000 0 1001000 100001011 11001 10111

Color Harmonies of #382B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B48

Black with #382B48

Text Example


Text Example

White with #382B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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