Html Css Color HEX #3B2B23 Bistre

📋 copy color: '#3B2B23'

red 59 ◦ green 43 ◦ blue 35

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

Shades of Bistre #3B2B23

Tints of Bistre #3B2B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 43.07%
G = 31.39%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.77

RGB Variations

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

Color information

#3B2B23 (or 0x3B2B23) is known color: Bistre. HEX triplet: 3B, 2B and 23. RGB value is (59,43,35). Sum of RGB (Red+Green+Blue) = 59+43+35=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B23 is #C4D4DC. Grayscale: #2E2E2E. Windows color (decimal): -12899549 or 2304827. OLE color: 2304827.

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

Color convert

RGB 59 43 35 -
CMYK 0 0.27 0.41 0.77
HSL 20º 0.26% 0.18% -
HSV(B) 20º 0.41% 0.23% -
XYZ 2.97 2.78 1.97 -
YUV 46.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 59 43 35 0 0.27 0.41 0.77 20 0.26 0.18
Hex 3B 2B 23 0 1B 29 4D 14 1A 12
Octal 73 53 43 0 33 51 115 24 32 22
Binary 111011 101011 100011 0 11011 101001 1001101 10100 11010 10010

Color Harmonies of #3B2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2B23

Black with #3B2B23

Text Example


Text Example

White with #3B2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,43,35); }

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

background-color css

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

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

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

border-color css

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

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

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