Html Css Color HEX #382544 Jagger

📋 copy color: '#382544'

red 56 ◦ green 37 ◦ blue 68

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

Shades of Jagger #382544

Tints of Jagger #382544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 34.78%
G = 22.98%
B = 42.24%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382544 (or 0x382544) is known color: Jagger. HEX triplet: 38, 25 and 44. RGB value is (56,37,68). Sum of RGB (Red+Green+Blue) = 56+37+68=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #382544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382544 is #C7DABB. Grayscale: #2E2E2E. Windows color (decimal): -13097660 or 4465976. OLE color: 4465976.

HSL color Cylindrical-coordinate representation of color #382544: hue angle of 276.77º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382544 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 37 68 -
CMYK 0.18 0.46 0 0.73
HSL 276.77º 0.3% 0.21% -
HSV(B) 276.77º 0.46% 0.27% -
XYZ 3.34 2.58 5.79 -
YUV 46.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 56 37 68 0.18 0.46 0 0.73 276.77 0.3 0.21
Hex 38 25 44 12 2E 0 49 115 1E 15
Octal 70 45 104 22 56 0 111 425 36 25
Binary 111000 100101 1000100 10010 101110 0 1001001 100010101 11110 10101

Color Harmonies of #382544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382544

Black with #382544

Text Example


Text Example

White with #382544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382544; }

 p { color: rgb(56,37,68); }

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

background-color css

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

 a { background-color: rgb(56,37,68); }

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

border-color css

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

 span { border-color: rgb(56,37,68); }

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