Html Css Color HEX #3B3041 Jagger

📋 copy color: '#3B3041'

red 59 ◦ green 48 ◦ blue 65

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

Shades of Jagger #3B3041

Tints of Jagger #3B3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 65 (25.78% from 255) = 37.79%

R = 34.3%
G = 27.91%
B = 37.79%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B3041 (or 0x3B3041) is known color: Jagger. HEX triplet: 3B, 30 and 41. RGB value is (59,48,65). Sum of RGB (Red+Green+Blue) = 59+48+65=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B3041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3041 is #C4CFBE. Grayscale: #353535. Windows color (decimal): -12898239 or 4272187. OLE color: 4272187.

HSL color Cylindrical-coordinate representation of color #3B3041: hue angle of 278.82º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B3041 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 48 65 -
CMYK 0.09 0.26 0 0.75
HSL 278.82º 0.15% 0.22% -
HSV(B) 278.82º 0.26% 0.25% -
XYZ 3.81 3.43 5.46 -
YUV 53.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 59 48 65 0.09 0.26 0 0.75 278.82 0.15 0.22
Hex 3B 30 41 9 1A 0 4B 117 F 16
Octal 73 60 101 11 32 0 113 427 17 26
Binary 111011 110000 1000001 1001 11010 0 1001011 100010111 1111 10110

Color Harmonies of #3B3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3041

Black with #3B3041

Text Example


Text Example

White with #3B3041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,65); }

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

background-color css

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

 a { background-color: rgb(59,48,65); }

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

border-color css

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

 span { border-color: rgb(59,48,65); }

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