Html Css Color HEX #3B2448 Jagger

📋 copy color: '#3B2448'

red 59 ◦ green 36 ◦ blue 72

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

Shades of Jagger #3B2448

Tints of Jagger #3B2448

RGB

 RED value IS 59 (23.44% from 255) = 35.33%

 GREEN value IS 36 (14.45% from 255) = 21.56%

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

R = 35.33%
G = 21.56%
B = 43.11%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2448 (or 0x3B2448) is known color: Jagger. HEX triplet: 3B, 24 and 48. RGB value is (59,36,72). Sum of RGB (Red+Green+Blue) = 59+36+72=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2448 is #C4DBB7. Grayscale: #2E2E2E. Windows color (decimal): -12901304 or 4727867. OLE color: 4727867.

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

Color convert

RGB 59 36 72 -
CMYK 0.18 0.5 0 0.72
HSL 278.33º 0.33% 0.21% -
HSV(B) 278.33º 0.5% 0.28% -
XYZ 3.6 2.66 6.45 -
YUV 46.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 59 36 72 0.18 0.5 0 0.72 278.33 0.33 0.21
Hex 3B 24 48 12 32 0 48 116 21 15
Octal 73 44 110 22 62 0 110 426 41 25
Binary 111011 100100 1001000 10010 110010 0 1001000 100010110 100001 10101

Color Harmonies of #3B2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2448

Black with #3B2448

Text Example


Text Example

White with #3B2448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,72); }

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

background-color css

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

 a { background-color: rgb(59,36,72); }

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

border-color css

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

 span { border-color: rgb(59,36,72); }

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