Html Css Color HEX #3B2121 Livid Brown

📋 copy color: '#3B2121'

red 59 ◦ green 33 ◦ blue 33

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

Shades of Livid Brown #3B2121

Tints of Livid Brown #3B2121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 47.2%
G = 26.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#3B2121 (or 0x3B2121) is known color: Livid Brown. HEX triplet: 3B, 21 and 21. RGB value is (59,33,33). Sum of RGB (Red+Green+Blue) = 59+33+33=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2121 is #C4DEDE. Grayscale: #282828. Windows color (decimal): -12902111 or 2171195. OLE color: 2171195.

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

Color convert

RGB 59 33 33 -
CMYK 0 0.44 0.44 0.77
HSL 0.28% 0.18% -
HSV(B) 0.44% 0.23% -
XYZ 2.62 2.13 1.71 -
YUV 40.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 59 33 33 0 0.44 0.44 0.77 0 0.28 0.18
Hex 3B 21 21 0 2C 2C 4D 0 1C 12
Octal 73 41 41 0 54 54 115 0 34 22
Binary 111011 100001 100001 0 101100 101100 1001101 0 11100 10010

Color Harmonies of #3B2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2121

Black with #3B2121

Text Example


Text Example

White with #3B2121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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