Html Css Color HEX #382841 Jagger

📋 copy color: '#382841'

red 56 ◦ green 40 ◦ blue 65

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

Shades of Jagger #382841

Tints of Jagger #382841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 34.78%
G = 24.84%
B = 40.37%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382841 (or 0x382841) is known color: Jagger. HEX triplet: 38, 28 and 41. RGB value is (56,40,65). Sum of RGB (Red+Green+Blue) = 56+40+65=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #382841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382841 is #C7D7BE. Grayscale: #2F2F2F. Windows color (decimal): -13096895 or 4270136. OLE color: 4270136.

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

Color convert

RGB 56 40 65 -
CMYK 0.14 0.38 0 0.75
HSL 278.4º 0.24% 0.21% -
HSV(B) 278.4º 0.38% 0.25% -
XYZ 3.34 2.74 5.35 -
YUV 47.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 56 40 65 0.14 0.38 0 0.75 278.4 0.24 0.21
Hex 38 28 41 E 26 0 4B 116 18 15
Octal 70 50 101 16 46 0 113 426 30 25
Binary 111000 101000 1000001 1110 100110 0 1001011 100010110 11000 10101

Color Harmonies of #382841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382841

Black with #382841

Text Example


Text Example

White with #382841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382841; }

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

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

background-color css

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

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

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

border-color css

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

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

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