Html Css Color HEX #3D2B31 Castro

📋 copy color: '#3D2B31'

red 61 ◦ green 43 ◦ blue 49

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

Shades of Castro #3D2B31

Tints of Castro #3D2B31

RGB

 RED value IS 61 (24.22% from 255) = 39.87%

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

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 39.87%
G = 28.1%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#3D2B31 (or 0x3D2B31) is known color: Castro. HEX triplet: 3D, 2B and 31. RGB value is (61,43,49). Sum of RGB (Red+Green+Blue) = 61+43+49=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2B31 is #C2D4CE. Grayscale: #313131. Windows color (decimal): -12768463 or 3222333. OLE color: 3222333.

HSL color Cylindrical-coordinate representation of color #3D2B31: hue angle of 340º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D2B31 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 43 49 -
CMYK 0 0.30 0.20 0.76
HSL 340º 0.17% 0.2% -
HSV(B) 340º 0.3% 0.24% -
XYZ 3.34 2.94 3.3 -
YUV 49.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 61 43 49 0 0.30 0.20 0.76 340 0.17 0.2
Hex 3D 2B 31 0 1E 14 4C 154 11 14
Octal 75 53 61 0 36 24 114 524 21 24
Binary 111101 101011 110001 0 11110 10100 1001100 101010100 10001 10100

Color Harmonies of #3D2B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2B31

Black with #3D2B31

Text Example


Text Example

White with #3D2B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,43,49); }

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

background-color css

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

 a { background-color: rgb(61,43,49); }

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

border-color css

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

 span { border-color: rgb(61,43,49); }

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