Html Css Color HEX #3B2F35 Toledo

📋 copy color: '#3B2F35'

red 59 ◦ green 47 ◦ blue 53

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

Shades of Toledo #3B2F35

Tints of Toledo #3B2F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.56%

 BLUE value IS 53 (21.09% from 255) = 33.33%

R = 37.11%
G = 29.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#3B2F35 (or 0x3B2F35) is known color: Toledo. HEX triplet: 3B, 2F and 35. RGB value is (59,47,53). Sum of RGB (Red+Green+Blue) = 59+47+53=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F35 is #C4D0CA. Grayscale: #333333. Windows color (decimal): -12898507 or 3485499. OLE color: 3485499.

HSL color Cylindrical-coordinate representation of color #3B2F35: hue angle of 330º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B2F35 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 47 53 -
CMYK 0 0.20 0.10 0.77
HSL 330º 0.11% 0.21% -
HSV(B) 330º 0.2% 0.23% -
XYZ 3.46 3.22 3.81 -
YUV 51.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 59 47 53 0 0.20 0.10 0.77 330 0.11 0.21
Hex 3B 2F 35 0 14 A 4D 14A B 15
Octal 73 57 65 0 24 12 115 512 13 25
Binary 111011 101111 110101 0 10100 1010 1001101 101001010 1011 10101

Color Harmonies of #3B2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2F35

Black with #3B2F35

Text Example


Text Example

White with #3B2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,47,53); }

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

background-color css

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

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

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

border-color css

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

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

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