Html Css Color HEX #3B3234 Cab Sav

📋 copy color: '#3B3234'

red 59 ◦ green 50 ◦ blue 52

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

Shades of Cab Sav #3B3234

Tints of Cab Sav #3B3234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 36.65%
G = 31.06%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#3B3234 (or 0x3B3234) is known color: Cab Sav. HEX triplet: 3B, 32 and 34. RGB value is (59,50,52). Sum of RGB (Red+Green+Blue) = 59+50+52=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3234 is #C4CDCB. Grayscale: #343434. Windows color (decimal): -12897740 or 3420731. OLE color: 3420731.

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

Color convert

RGB 59 50 52 -
CMYK 0 0.15 0.12 0.77
HSL 346.67º 0.08% 0.21% -
HSV(B) 346.67º 0.15% 0.23% -
XYZ 3.56 3.46 3.73 -
YUV 52.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 59 50 52 0 0.15 0.12 0.77 346.67 0.08 0.21
Hex 3B 32 34 0 F C 4D 15B 8 15
Octal 73 62 64 0 17 14 115 533 10 25
Binary 111011 110010 110100 0 1111 1100 1001101 101011011 1000 10101

Color Harmonies of #3B3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3234

Black with #3B3234

Text Example


Text Example

White with #3B3234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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