Html Css Color HEX #3C2848 Jagger

📋 copy color: '#3C2848'

red 60 ◦ green 40 ◦ blue 72

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

Shades of Jagger #3C2848

Tints of Jagger #3C2848

RGB

 RED value IS 60 (23.83% from 255) = 34.88%

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

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

R = 34.88%
G = 23.26%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2848 (or 0x3C2848) is known color: Jagger. HEX triplet: 3C, 28 and 48. RGB value is (60,40,72). Sum of RGB (Red+Green+Blue) = 60+40+72=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2848 is #C3D7B7. Grayscale: #313131. Windows color (decimal): -12834744 or 4728892. OLE color: 4728892.

HSL color Cylindrical-coordinate representation of color #3C2848: hue angle of 277.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C2848 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 40 72 -
CMYK 0.17 0.44 0 0.72
HSL 277.5º 0.29% 0.22% -
HSV(B) 277.5º 0.44% 0.28% -
XYZ 3.79 2.95 6.5 -
YUV 49.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 60 40 72 0.17 0.44 0 0.72 277.5 0.29 0.22
Hex 3C 28 48 11 2C 0 48 116 1D 16
Octal 74 50 110 21 54 0 110 426 35 26
Binary 111100 101000 1001000 10001 101100 0 1001000 100010110 11101 10110

Color Harmonies of #3C2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2848

Black with #3C2848

Text Example


Text Example

White with #3C2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,72); }

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

background-color css

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

 a { background-color: rgb(60,40,72); }

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

border-color css

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

 span { border-color: rgb(60,40,72); }

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