Html Css Color HEX #382740 Jagger

📋 copy color: '#382740'

red 56 ◦ green 39 ◦ blue 64

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

Shades of Jagger #382740

Tints of Jagger #382740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 35.22%
G = 24.53%
B = 40.25%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382740 (or 0x382740) is known color: Jagger. HEX triplet: 38, 27 and 40. RGB value is (56,39,64). Sum of RGB (Red+Green+Blue) = 56+39+64=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #382740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382740 is #C7D8BF. Grayscale: #2E2E2E. Windows color (decimal): -13097152 or 4204344. OLE color: 4204344.

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

Color convert

RGB 56 39 64 -
CMYK 0.13 0.39 0 0.75
HSL 280.8º 0.24% 0.2% -
HSV(B) 280.8º 0.39% 0.25% -
XYZ 3.28 2.66 5.19 -
YUV 46.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 56 39 64 0.13 0.39 0 0.75 280.8 0.24 0.2
Hex 38 27 40 D 27 0 4B 119 18 14
Octal 70 47 100 15 47 0 113 431 30 24
Binary 111000 100111 1000000 1101 100111 0 1001011 100011001 11000 10100

Color Harmonies of #382740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382740

Black with #382740

Text Example


Text Example

White with #382740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382740; }

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

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

background-color css

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

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

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

border-color css

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

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

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