Html Css Color HEX #3D2048 Jagger

📋 copy color: '#3D2048'

red 61 ◦ green 32 ◦ blue 72

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

Shades of Jagger #3D2048

Tints of Jagger #3D2048

RGB

 RED value IS 61 (24.22% from 255) = 36.97%

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 72 (28.52% from 255) = 43.64%

R = 36.97%
G = 19.39%
B = 43.64%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D2048 (or 0x3D2048) is known color: Jagger. HEX triplet: 3D, 20 and 48. RGB value is (61,32,72). Sum of RGB (Red+Green+Blue) = 61+32+72=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2048 is #C2DFB7. Grayscale: #2D2D2D. Windows color (decimal): -12771256 or 4726845. OLE color: 4726845.

HSL color Cylindrical-coordinate representation of color #3D2048: hue angle of 283.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D2048 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 32 72 -
CMYK 0.15 0.56 0 0.72
HSL 283.5º 0.38% 0.2% -
HSV(B) 283.5º 0.56% 0.28% -
XYZ 3.61 2.49 6.42 -
YUV 45.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 61 32 72 0.15 0.56 0 0.72 283.5 0.38 0.2
Hex 3D 20 48 F 38 0 48 11C 26 14
Octal 75 40 110 17 70 0 110 434 46 24
Binary 111101 100000 1001000 1111 111000 0 1001000 100011100 100110 10100

Color Harmonies of #3D2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2048

Black with #3D2048

Text Example


Text Example

White with #3D2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D2048; }

 p { color: rgb(61,32,72); }

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

background-color css

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

 a { background-color: rgb(61,32,72); }

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

border-color css

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

 span { border-color: rgb(61,32,72); }

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