Html Css Color HEX #382844 Jagger

📋 copy color: '#382844'

red 56 ◦ green 40 ◦ blue 68

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

Shades of Jagger #382844

Tints of Jagger #382844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

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

R = 34.15%
G = 24.39%
B = 41.46%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382844 (or 0x382844) is known color: Jagger. HEX triplet: 38, 28 and 44. RGB value is (56,40,68). Sum of RGB (Red+Green+Blue) = 56+40+68=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 68 - color contains mainly: blue. Hex color #382844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382844 is #C7D7BB. Grayscale: #2F2F2F. Windows color (decimal): -13096892 or 4466744. OLE color: 4466744.

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

Color convert

RGB 56 40 68 -
CMYK 0.18 0.41 0 0.73
HSL 274.29º 0.26% 0.21% -
HSV(B) 274.29º 0.41% 0.27% -
XYZ 3.43 2.78 5.82 -
YUV 47.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 56 40 68 0.18 0.41 0 0.73 274.29 0.26 0.21
Hex 38 28 44 12 29 0 49 112 1A 15
Octal 70 50 104 22 51 0 111 422 32 25
Binary 111000 101000 1000100 10010 101001 0 1001001 100010010 11010 10101

Color Harmonies of #382844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382844

Black with #382844

Text Example


Text Example

White with #382844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382844; }

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

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

background-color css

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

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

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

border-color css

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

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

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