Html Css Color HEX #3C2B41 Jagger

📋 copy color: '#3C2B41'

red 60 ◦ green 43 ◦ blue 65

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

Shades of Jagger #3C2B41

Tints of Jagger #3C2B41

RGB

 RED value IS 60 (23.83% from 255) = 35.71%

 GREEN value IS 43 (17.19% from 255) = 25.6%

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

R = 35.71%
G = 25.6%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C2B41 (or 0x3C2B41) is known color: Jagger. HEX triplet: 3C, 2B and 41. RGB value is (60,43,65). Sum of RGB (Red+Green+Blue) = 60+43+65=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C2B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B41 is #C3D4BE. Grayscale: #323232. Windows color (decimal): -12833983 or 4270908. OLE color: 4270908.

HSL color Cylindrical-coordinate representation of color #3C2B41: hue angle of 286.36º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C2B41 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 43 65 -
CMYK 0.08 0.34 0 0.75
HSL 286.36º 0.2% 0.21% -
HSV(B) 286.36º 0.34% 0.25% -
XYZ 3.68 3.07 5.4 -
YUV 50.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 60 43 65 0.08 0.34 0 0.75 286.36 0.2 0.21
Hex 3C 2B 41 8 22 0 4B 11E 14 15
Octal 74 53 101 10 42 0 113 436 24 25
Binary 111100 101011 1000001 1000 100010 0 1001011 100011110 10100 10101

Color Harmonies of #3C2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B41

Black with #3C2B41

Text Example


Text Example

White with #3C2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,65); }

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

background-color css

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

 a { background-color: rgb(60,43,65); }

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

border-color css

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

 span { border-color: rgb(60,43,65); }

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