Html Css Color HEX #3B3442 Jagger

📋 copy color: '#3B3442'

red 59 ◦ green 52 ◦ blue 66

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

Shades of Jagger #3B3442

Tints of Jagger #3B3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

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

R = 33.33%
G = 29.38%
B = 37.29%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3B3442 (or 0x3B3442) is known color: Jagger. HEX triplet: 3B, 34 and 42. RGB value is (59,52,66). Sum of RGB (Red+Green+Blue) = 59+52+66=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3442 is #C4CBBD. Grayscale: #373737. Windows color (decimal): -12897214 or 4338747. OLE color: 4338747.

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

Color convert

RGB 59 52 66 -
CMYK 0.11 0.21 0 0.74
HSL 270º 0.12% 0.23% -
HSV(B) 270º 0.21% 0.26% -
XYZ 4.01 3.78 5.67 -
YUV 55.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 59 52 66 0.11 0.21 0 0.74 270 0.12 0.23
Hex 3B 34 42 B 15 0 4A 10E C 17
Octal 73 64 102 13 25 0 112 416 14 27
Binary 111011 110100 1000010 1011 10101 0 1001010 100001110 1100 10111

Color Harmonies of #3B3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3442

Black with #3B3442

Text Example


Text Example

White with #3B3442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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