Html Css Color HEX #382C40 Jagger

📋 copy color: '#382C40'

red 56 ◦ green 44 ◦ blue 64

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

Shades of Jagger #382C40

Tints of Jagger #382C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.83%

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

R = 34.15%
G = 26.83%
B = 39.02%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382C40 (or 0x382C40) is known color: Jagger. HEX triplet: 38, 2C and 40. RGB value is (56,44,64). Sum of RGB (Red+Green+Blue) = 56+44+64=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #382C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C40 is #C7D3BF. Grayscale: #313131. Windows color (decimal): -13095872 or 4205624. OLE color: 4205624.

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

Color convert

RGB 56 44 64 -
CMYK 0.13 0.31 0 0.75
HSL 276º 0.19% 0.21% -
HSV(B) 276º 0.31% 0.25% -
XYZ 3.46 3.01 5.25 -
YUV 49.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 56 44 64 0.13 0.31 0 0.75 276 0.19 0.21
Hex 38 2C 40 D 1F 0 4B 114 13 15
Octal 70 54 100 15 37 0 113 424 23 25
Binary 111000 101100 1000000 1101 11111 0 1001011 100010100 10011 10101

Color Harmonies of #382C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C40

Black with #382C40

Text Example


Text Example

White with #382C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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