Html Css Color HEX #382346 Jagger

📋 copy color: '#382346'

red 56 ◦ green 35 ◦ blue 70

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

Shades of Jagger #382346

Tints of Jagger #382346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.74%

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 34.78%
G = 21.74%
B = 43.48%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382346 (or 0x382346) is known color: Jagger. HEX triplet: 38, 23 and 46. RGB value is (56,35,70). Sum of RGB (Red+Green+Blue) = 56+35+70=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #382346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382346 is #C7DCB9. Grayscale: #2D2D2D. Windows color (decimal): -13098170 or 4596536. OLE color: 4596536.

HSL color Cylindrical-coordinate representation of color #382346: hue angle of 276º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382346 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 35 70 -
CMYK 0.20 0.5 0 0.73
HSL 276º 0.33% 0.21% -
HSV(B) 276º 0.5% 0.27% -
XYZ 3.34 2.49 6.1 -
YUV 45.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 56 35 70 0.20 0.5 0 0.73 276 0.33 0.21
Hex 38 23 46 14 32 0 49 114 21 15
Octal 70 43 106 24 62 0 111 424 41 25
Binary 111000 100011 1000110 10100 110010 0 1001001 100010100 100001 10101

Color Harmonies of #382346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382346

Black with #382346

Text Example


Text Example

White with #382346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382346; }

 p { color: rgb(56,35,70); }

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

background-color css

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

 a { background-color: rgb(56,35,70); }

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

border-color css

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

 span { border-color: rgb(56,35,70); }

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