Html Css Color HEX #382646 Jagger

📋 copy color: '#382646'

red 56 ◦ green 38 ◦ blue 70

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

Shades of Jagger #382646

Tints of Jagger #382646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.17%

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

R = 34.15%
G = 23.17%
B = 42.68%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382646 (or 0x382646) is known color: Jagger. HEX triplet: 38, 26 and 46. RGB value is (56,38,70). Sum of RGB (Red+Green+Blue) = 56+38+70=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #382646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382646 is #C7D9B9. Grayscale: #2E2E2E. Windows color (decimal): -13097402 or 4597304. OLE color: 4597304.

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

Color convert

RGB 56 38 70 -
CMYK 0.20 0.46 0 0.73
HSL 273.75º 0.3% 0.21% -
HSV(B) 273.75º 0.46% 0.27% -
XYZ 3.43 2.67 6.13 -
YUV 47.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 56 38 70 0.20 0.46 0 0.73 273.75 0.3 0.21
Hex 38 26 46 14 2E 0 49 112 1E 15
Octal 70 46 106 24 56 0 111 422 36 25
Binary 111000 100110 1000110 10100 101110 0 1001001 100010010 11110 10101

Color Harmonies of #382646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382646

Black with #382646

Text Example


Text Example

White with #382646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382646; }

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

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

background-color css

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

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

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

border-color css

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

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

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