Html Css Color HEX #382A40 Jagger

📋 copy color: '#382A40'

red 56 ◦ green 42 ◦ blue 64

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

Shades of Jagger #382A40

Tints of Jagger #382A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 34.57%
G = 25.93%
B = 39.51%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382A40 (or 0x382A40) is known color: Jagger. HEX triplet: 38, 2A and 40. RGB value is (56,42,64). Sum of RGB (Red+Green+Blue) = 56+42+64=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #382A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A40 is #C7D5BF. Grayscale: #303030. Windows color (decimal): -13096384 or 4205112. OLE color: 4205112.

HSL color Cylindrical-coordinate representation of color #382A40: hue angle of 278.18º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382A40 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 42 64 -
CMYK 0.13 0.34 0 0.75
HSL 278.18º 0.21% 0.21% -
HSV(B) 278.18º 0.34% 0.25% -
XYZ 3.38 2.87 5.23 -
YUV 48.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 56 42 64 0.13 0.34 0 0.75 278.18 0.21 0.21
Hex 38 2A 40 D 22 0 4B 116 15 15
Octal 70 52 100 15 42 0 113 426 25 25
Binary 111000 101010 1000000 1101 100010 0 1001011 100010110 10101 10101

Color Harmonies of #382A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A40

Black with #382A40

Text Example


Text Example

White with #382A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,42,64); }

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

background-color css

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

 a { background-color: rgb(56,42,64); }

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

border-color css

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

 span { border-color: rgb(56,42,64); }

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