Html Css Color HEX #3D2E32 Castro

📋 copy color: '#3D2E32'

red 61 ◦ green 46 ◦ blue 50

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

Shades of Castro #3D2E32

Tints of Castro #3D2E32

RGB

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

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

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

R = 38.85%
G = 29.3%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#3D2E32 (or 0x3D2E32) is known color: Castro. HEX triplet: 3D, 2E and 32. RGB value is (61,46,50). Sum of RGB (Red+Green+Blue) = 61+46+50=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E32 is #C2D1CD. Grayscale: #323232. Windows color (decimal): -12767694 or 3288637. OLE color: 3288637.

HSL color Cylindrical-coordinate representation of color #3D2E32: hue angle of 344º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D2E32 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 46 50 -
CMYK 0 0.25 0.18 0.76
HSL 344º 0.14% 0.21% -
HSV(B) 344º 0.25% 0.24% -
XYZ 3.48 3.18 3.45 -
YUV 50.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 61 46 50 0 0.25 0.18 0.76 344 0.14 0.21
Hex 3D 2E 32 0 19 12 4C 158 E 15
Octal 75 56 62 0 31 22 114 530 16 25
Binary 111101 101110 110010 0 11001 10010 1001100 101011000 1110 10101

Color Harmonies of #3D2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2E32

Black with #3D2E32

Text Example


Text Example

White with #3D2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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