Html Css Color HEX #3D3248 Jagger

📋 copy color: '#3D3248'

red 61 ◦ green 50 ◦ blue 72

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

Shades of Jagger #3D3248

Tints of Jagger #3D3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.32%

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

R = 33.33%
G = 27.32%
B = 39.34%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D3248 (or 0x3D3248) is known color: Jagger. HEX triplet: 3D, 32 and 48. RGB value is (61,50,72). Sum of RGB (Red+Green+Blue) = 61+50+72=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3248 is #C2CDB7. Grayscale: #373737. Windows color (decimal): -12766648 or 4731453. OLE color: 4731453.

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

Color convert

RGB 61 50 72 -
CMYK 0.15 0.31 0 0.72
HSL 270º 0.18% 0.24% -
HSV(B) 270º 0.31% 0.28% -
XYZ 4.23 3.74 6.63 -
YUV 55.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 61 50 72 0.15 0.31 0 0.72 270 0.18 0.24
Hex 3D 32 48 F 1F 0 48 10E 12 18
Octal 75 62 110 17 37 0 110 416 22 30
Binary 111101 110010 1001000 1111 11111 0 1001000 100001110 10010 11000

Color Harmonies of #3D3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3248

Black with #3D3248

Text Example


Text Example

White with #3D3248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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