Html Css Color HEX #3B2842 Jagger

📋 copy color: '#3B2842'

red 59 ◦ green 40 ◦ blue 66

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

Shades of Jagger #3B2842

Tints of Jagger #3B2842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40%

R = 35.76%
G = 24.24%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3B2842 (or 0x3B2842) is known color: Jagger. HEX triplet: 3B, 28 and 42. RGB value is (59,40,66). Sum of RGB (Red+Green+Blue) = 59+40+66=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B2842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2842 is #C4D7BD. Grayscale: #303030. Windows color (decimal): -12900286 or 4335675. OLE color: 4335675.

HSL color Cylindrical-coordinate representation of color #3B2842: hue angle of 283.85º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B2842 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 40 66 -
CMYK 0.11 0.39 0 0.74
HSL 283.85º 0.25% 0.21% -
HSV(B) 283.85º 0.39% 0.26% -
XYZ 3.55 2.84 5.52 -
YUV 48.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 59 40 66 0.11 0.39 0 0.74 283.85 0.25 0.21
Hex 3B 28 42 B 27 0 4A 11C 19 15
Octal 73 50 102 13 47 0 112 434 31 25
Binary 111011 101000 1000010 1011 100111 0 1001010 100011100 11001 10101

Color Harmonies of #3B2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2842

Black with #3B2842

Text Example


Text Example

White with #3B2842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,40,66); }

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

background-color css

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

 a { background-color: rgb(59,40,66); }

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

border-color css

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

 span { border-color: rgb(59,40,66); }

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