Html Css Color HEX #3B2230 Toledo

📋 copy color: '#3B2230'

red 59 ◦ green 34 ◦ blue 48

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

Shades of Toledo #3B2230

Tints of Toledo #3B2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 41.84%
G = 24.11%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#3B2230 (or 0x3B2230) is known color: Toledo. HEX triplet: 3B, 22 and 30. RGB value is (59,34,48). Sum of RGB (Red+Green+Blue) = 59+34+48=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2230 is #C4DDCF. Grayscale: #2B2B2B. Windows color (decimal): -12901840 or 3154491. OLE color: 3154491.

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

Color convert

RGB 59 34 48 -
CMYK 0 0.42 0.19 0.77
HSL 326.4º 0.27% 0.18% -
HSV(B) 326.4º 0.42% 0.23% -
XYZ 2.91 2.29 3.08 -
YUV 43.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 59 34 48 0 0.42 0.19 0.77 326.4 0.27 0.18
Hex 3B 22 30 0 2A 13 4D 146 1B 12
Octal 73 42 60 0 52 23 115 506 33 22
Binary 111011 100010 110000 0 101010 10011 1001101 101000110 11011 10010

Color Harmonies of #3B2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2230

Black with #3B2230

Text Example


Text Example

White with #3B2230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,48); }

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

background-color css

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

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

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

border-color css

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

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

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