Html Css Color HEX #3F2848 Jagger

📋 copy color: '#3F2848'

red 63 ◦ green 40 ◦ blue 72

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

Shades of Jagger #3F2848

Tints of Jagger #3F2848

RGB

 RED value IS 63 (25% from 255) = 36%

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

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

R = 36%
G = 22.86%
B = 41.14%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F2848 (or 0x3F2848) is known color: Jagger. HEX triplet: 3F, 28 and 48. RGB value is (63,40,72). Sum of RGB (Red+Green+Blue) = 63+40+72=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2848 is #C0D7B7. Grayscale: #323232. Windows color (decimal): -12638136 or 4728895. OLE color: 4728895.

HSL color Cylindrical-coordinate representation of color #3F2848: hue angle of 283.12º 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 #3F2848 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 40 72 -
CMYK 0.12 0.44 0 0.72
HSL 283.13º 0.29% 0.22% -
HSV(B) 283.13º 0.44% 0.28% -
XYZ 3.98 3.04 6.51 -
YUV 50.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 63 40 72 0.12 0.44 0 0.72 283.13 0.29 0.22
Hex 3F 28 48 C 2C 0 48 11B 1D 16
Octal 77 50 110 14 54 0 110 433 35 26
Binary 111111 101000 1001000 1100 101100 0 1001000 100011011 11101 10110

Color Harmonies of #3F2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2848

Black with #3F2848

Text Example


Text Example

White with #3F2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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