Html Css Color HEX #382E3D Jagger

📋 copy color: '#382E3D'

red 56 ◦ green 46 ◦ blue 61

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

Shades of Jagger #382E3D

Tints of Jagger #382E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.22%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 34.36%
G = 28.22%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#382E3D (or 0x382E3D) is known color: Jagger. HEX triplet: 38, 2E and 3D. RGB value is (56,46,61). Sum of RGB (Red+Green+Blue) = 56+46+61=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #382E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E3D is #C7D1C2. Grayscale: #323232. Windows color (decimal): -13095363 or 4009528. OLE color: 4009528.

HSL color Cylindrical-coordinate representation of color #382E3D: hue angle of 280º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382E3D is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 46 61 -
CMYK 0.08 0.25 0 0.76
HSL 280º 0.14% 0.21% -
HSV(B) 280º 0.25% 0.24% -
XYZ 3.45 3.13 4.84 -
YUV 50.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 56 46 61 0.08 0.25 0 0.76 280 0.14 0.21
Hex 38 2E 3D 8 19 0 4C 118 E 15
Octal 70 56 75 10 31 0 114 430 16 25
Binary 111000 101110 111101 1000 11001 0 1001100 100011000 1110 10101

Color Harmonies of #382E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E3D

Black with #382E3D

Text Example


Text Example

White with #382E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,46,61); }

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

background-color css

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

 a { background-color: rgb(56,46,61); }

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

border-color css

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

 span { border-color: rgb(56,46,61); }

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