Html Css Color HEX #3B2E32 Castro

📋 copy color: '#3B2E32'

red 59 ◦ green 46 ◦ blue 50

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

Shades of Castro #3B2E32

Tints of Castro #3B2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.68%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 38.06%
G = 29.68%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#3B2E32 (or 0x3B2E32) is known color: Castro. HEX triplet: 3B, 2E and 32. RGB value is (59,46,50). Sum of RGB (Red+Green+Blue) = 59+46+50=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E32 is #C4D1CD. Grayscale: #323232. Windows color (decimal): -12898766 or 3288635. OLE color: 3288635.

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

Color convert

RGB 59 46 50 -
CMYK 0 0.22 0.15 0.77
HSL 341.54º 0.12% 0.21% -
HSV(B) 341.54º 0.22% 0.23% -
XYZ 3.36 3.11 3.44 -
YUV 50.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 59 46 50 0 0.22 0.15 0.77 341.54 0.12 0.21
Hex 3B 2E 32 0 16 F 4D 156 C 15
Octal 73 56 62 0 26 17 115 526 14 25
Binary 111011 101110 110010 0 10110 1111 1001101 101010110 1100 10101

Color Harmonies of #3B2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2E32

Black with #3B2E32

Text Example


Text Example

White with #3B2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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